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

index decc0c574b97c8e91d2a524a30aaa3e4abedbf56..2250c0be600f4d88af67e85699253af2cae396ec 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7055
-#define NGINX_VERSION      "0.7.55"
+#define nginx_version         7056
+#define NGINX_VERSION      "0.7.56"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 2c5b74f62ef418faa0ae68f9af53b9630d7165a2..d048979d73be9d558d477fd56642b832cc9de89b 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.55';
+our $VERSION = '0.7.56';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);