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

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