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

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