]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 13 Dec 2006 15:11:27 +0000 (15:11 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 13 Dec 2006 15:11:27 +0000 (15:11 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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