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

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