]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 17 Jul 2007 10:15:07 +0000 (10:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 17 Jul 2007 10:15:07 +0000 (10:15 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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