]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 19 Jul 2011 13:49:44 +0000 (13:49 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 19 Jul 2011 13:49:44 +0000 (13:49 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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