]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 9 Jan 2007 20:57:24 +0000 (20:57 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 9 Jan 2007 20:57:24 +0000 (20:57 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 0e97499f6875ff46bb828fcba98dc1fbdd9af882..523bcb7fa1d89719a27fe5a00faae5536f49e5ab 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.6"
+#define NGINX_VERSION      "0.5.7"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 48018053c84f9f5f77f2959650c57398a29720b7..bf7a8eba63c45861db887ef903c06cb7c0961d3c 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.6';
+our $VERSION = '0.5.7';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);