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

index b4235db8d5cb2ec30b646bfb7bd4e82fc88be745..81c3a900713738ed812896e2c861907b79ddd7f3 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.26"
+#define NGINX_VERSION      "0.7.27"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index d1c895b2be95f954a0ee1c4e640a7db41335c59a..283b2b3b3042607ef6edb9f85ccc9be0486d8a32 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.26';
+our $VERSION = '0.7.27';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);