]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Sun, 17 Jun 2007 19:27:34 +0000 (19:27 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 17 Jun 2007 19:27:34 +0000 (19:27 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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