]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 23 Apr 2010 08:14:57 +0000 (08:14 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 23 Apr 2010 08:14:57 +0000 (08:14 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 939fad0485743c6a95ac964ca0bf700cee4b8ee0..e3b608ed0bb7166ebd93591f65fde4efbfb1c44a 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8036
-#define NGINX_VERSION      "0.8.36"
+#define nginx_version         8037
+#define NGINX_VERSION      "0.8.37"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index b2e895c99806609d8f9c4dad0a3625f1fcf16ddd..c054744452988f4ecc96e41291688a5edc5a0b45 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.36';
+our $VERSION = '0.8.37';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);