]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 1 Jun 2010 15:20:14 +0000 (15:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 1 Jun 2010 15:20:14 +0000 (15:20 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 5069f290097dc76b56c2387266de2f6f5e3ee8ff..c6c0bba1204a73a6a3c377ebaa79c9d1b7c3b24f 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8039
-#define NGINX_VERSION      "0.8.39"
+#define nginx_version         8040
+#define NGINX_VERSION      "0.8.40"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 460ecb7e6ed3ff229f6dc51950f5914dbe34c14e..e70bf57193f85f2ab7ff67e44e65533d7a336662 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.39';
+our $VERSION = '0.8.40';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);