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

index c62b15bd43f68519ed397e5fcf51b0afd9d3cc01..0645cc444b0463d4f15648c962f973c77d2eb117 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.26"
+#define NGINX_VERSION      "0.6.27"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index f20be2e6e3bf9a48be2398fd4854dc88cc9e8fa8..cd25685a254a8ba2f7d556118e4d4dca41e0e570 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.26';
+our $VERSION = '0.6.27';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);