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

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