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

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