]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 28 Aug 2007 16:44:29 +0000 (16:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 28 Aug 2007 16:44:29 +0000 (16:44 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 663956a9cb190b9b78ba6a97e86eef16baa0700f..97c8dfb93a64f7c738e39693eb8adefcb8e6f099 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.9"
+#define NGINX_VERSION      "0.6.10"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 0bbf2768d205dab1114332ac4c0c0bf3d94a9140..c18ac2ef503faf94dd6f87c99372e15367cdb137 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.9';
+our $VERSION = '0.6.10';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);