]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 25 Dec 2008 20:06:26 +0000 (20:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 25 Dec 2008 20:06:26 +0000 (20:06 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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