]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Sun, 24 Dec 2006 18:42:26 +0000 (18:42 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 24 Dec 2006 18:42:26 +0000 (18:42 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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