]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 14 Jul 2010 11:09:56 +0000 (11:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 14 Jul 2010 11:09:56 +0000 (11:09 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index e9247e94bb7394037d1778bc716e02faa30ee8df..64f7b18a53a3d4f1355ea2ddb638c2d280029ed1 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8045
-#define NGINX_VERSION      "0.8.45"
+#define nginx_version         8046
+#define NGINX_VERSION      "0.8.46"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index f8527658fb1be06a1aeee986c7db6888a9b922bc..c720a23e8ada1c8f89856b1438b1a0854851a13f 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.45';
+our $VERSION = '0.8.46';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);