]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 21 Feb 2011 10:03:28 +0000 (10:03 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 21 Feb 2011 10:03:28 +0000 (10:03 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index beb82ed0d5c32fcb25019b7a2946f93918be9216..d69be08e2261dde37229f7c85f746117adabd60b 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         9005
-#define NGINX_VERSION      "0.9.5"
+#define nginx_version         9006
+#define NGINX_VERSION      "0.9.6"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 7d0bff569f07133321af5d7382aa3e4481633b34..ed3a14eea15d75feda9f7a047b53bc896756fbf1 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.9.5';
+our $VERSION = '0.9.6';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);