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

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