]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 1 May 2009 19:13:37 +0000 (19:13 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 1 May 2009 19:13:37 +0000 (19:13 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 8d308d6fa4ff551abb25b89b98df028f6e598ce7..decc0c574b97c8e91d2a524a30aaa3e4abedbf56 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7054
-#define NGINX_VERSION      "0.7.54"
+#define nginx_version         7055
+#define NGINX_VERSION      "0.7.55"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 47bc83e24cbb10591d09dd54e572a6bbd856fa62..2c5b74f62ef418faa0ae68f9af53b9630d7165a2 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.54';
+our $VERSION = '0.7.55';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);