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

index 2250c0be600f4d88af67e85699253af2cae396ec..22411be1127ac8a85f2d5ed6a2dfe4c05017d701 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7056
-#define NGINX_VERSION      "0.7.56"
+#define nginx_version         7057
+#define NGINX_VERSION      "0.7.57"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index d048979d73be9d558d477fd56642b832cc9de89b..6643c483c9f3fe17a0de4bf077c669eee28e2d8f 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.56';
+our $VERSION = '0.7.57';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);