]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 14 Dec 2010 10:33:37 +0000 (10:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 14 Dec 2010 10:33:37 +0000 (10:33 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 208a5f63455837484f6868de29ec3280252b0d84..2a60c796e9238aad1146863ac97e1ed438ee5baf 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8053
-#define NGINX_VERSION      "0.8.53"
+#define nginx_version         8054
+#define NGINX_VERSION      "0.8.54"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index faff340e2f3518489d74eab771bd19050cc8169d..e403459bcb67e46515c1f550bc927d6cd78c0eae 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.53';
+our $VERSION = '0.8.54';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);