]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 30 Mar 2009 12:09:52 +0000 (12:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 30 Mar 2009 12:09:52 +0000 (12:09 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 44ab4c92ca8dda03334447bcf469e69974b199bd..aeb6f4d2d583ea0b08a2c0f04daf70a3784a2224 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version       007046
-#define NGINX_VERSION      "0.7.46"
+#define nginx_version       007047
+#define NGINX_VERSION      "0.7.47"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 13dff8d4a55db47015c2e6ac4daf1199ad80e89d..e8dbff9b28fcea3d25d8879b351fc5908a901240 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.46';
+our $VERSION = '0.7.47';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);