]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 11 Feb 2009 10:23:06 +0000 (10:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 11 Feb 2009 10:23:06 +0000 (10:23 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 2eedecb72215c91a9be8f96797f98d254a535017..5a597924df8a250ce6d094d05269a271a79c153e 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.34"
+#define NGINX_VERSION      "0.7.35"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index d5156af069b86648e760a1591829cc9f3b59d805..90989da543e8d14b95433a548f3e50d586a1654f 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.34';
+our $VERSION = '0.7.35';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);