]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 19 Jul 2010 15:27:06 +0000 (15:27 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 19 Jul 2010 15:27:06 +0000 (15:27 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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