]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 17 Nov 2009 09:59:45 +0000 (09:59 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 17 Nov 2009 09:59:45 +0000 (09:59 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 95458eec70c19e05c909e3303d40280604c53f17..90b4d7da6f423830337a8c897021dfa0660a268e 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8026
-#define NGINX_VERSION      "0.8.26"
+#define nginx_version         8027
+#define NGINX_VERSION      "0.8.27"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index f863ad45024307cfdbfdf5a37bddec941d1188ff..cc20800e3846ebf39c23c0934d3babe655affe64 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.26';
+our $VERSION = '0.8.27';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);