]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 25 May 2009 15:24:20 +0000 (15:24 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 25 May 2009 15:24:20 +0000 (15:24 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index f642321fa5cd2863dfffa0b22e8138d61dde6ee7..f72a6fbfb199748d417679b5d1dd0e2b76143b7c 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         7059
-#define NGINX_VERSION      "0.7.59"
+#define nginx_version         8000
+#define NGINX_VERSION      "0.8.0"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index d92ec327b6fbf5b569fc2fa6ce8d25f92b6e10ab..5901d38a96575d5185d6478113d6414ce8ff953e 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.59';
+our $VERSION = '0.8.0';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);