]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 11 Jun 2007 19:32:29 +0000 (19:32 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 11 Jun 2007 19:32:29 +0000 (19:32 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 4b4653fede91688ddb42b189894214577addce5a..e75ac5fde7831de007e43219612ec433174e6c2d 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.25"
+#define NGINX_VERSION      "0.6.0"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 9a6b0c71e8323c596241e7dff05754034b7f09c2..0793f07b717b25127fd7cb5a0c7fc4ac0b90dfc4 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.25';
+our $VERSION = '0.6.0';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);