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

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