]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 26 May 2008 09:54:17 +0000 (09:54 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 26 May 2008 09:54:17 +0000 (09:54 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index ad5e57cfa45c6a7d0064a88bb952555aa1fd412a..554f731cb711abf5087f86f78cea69c5926ed670 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.1"
+#define NGINX_VERSION      "0.7.2"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 80eec7d57bedc1a6ec05ce65972f49f9909d614c..dd25f103c2bddafb170c22a8ddd44da0727cb8cf 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.1';
+our $VERSION = '0.7.2';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);