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

index dc09261ee712d6d913472f2380b29ba4dc58b78d..f18e06575bbc466b297b5f338239b69c3338b024 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.6"
+#define NGINX_VERSION      "0.6.7"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index ca86b784077883840b9c572f623cc6a961fd38a9..227c08c9a7cb8ea6cedae1d5a9a213f9160dba2b 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.6';
+our $VERSION = '0.6.7';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);