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

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