]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 1 Apr 2009 15:30:54 +0000 (15:30 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 1 Apr 2009 15:30:54 +0000 (15:30 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index fdc747fceb718d2c1454cab40eb879245aa1d3ba..ba51d4ac39c8770f4a036e30cfc2eb53d1dcdc87 100644 (file)
@@ -8,7 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.35"
+#define nginx_version       006036
+#define NGINX_VERSION      "0.6.36"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index e3b03c939c808462de624310e932c3f6a4cd2a56..df1a83724487df52d4d271f00711a54850e9565a 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.35';
+our $VERSION = '0.6.36';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);