]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 26 Jan 2009 15:06:20 +0000 (15:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 26 Jan 2009 15:06:20 +0000 (15:06 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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