]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 14 Dec 2006 23:22:34 +0000 (23:22 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 14 Dec 2006 23:22:34 +0000 (23:22 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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