]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 5 Mar 2009 08:22:45 +0000 (08:22 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 5 Mar 2009 08:22:45 +0000 (08:22 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index c02ad4027b514765220670c321191ba093b1e3f0..243712b7c6b99e33bb9b77e0c81bb7309a55def4 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.39"
+#define NGINX_VERSION      "0.7.40"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 434893e7185f0db5f74161667fc156e9e7bd4ba6..350a3d626f70c16f0607ea911b0a4320f6976d7c 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.39';
+our $VERSION = '0.7.40';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);