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

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