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

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