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

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