]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 14 Dec 2010 22:54:04 +0000 (22:54 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 14 Dec 2010 22:54:04 +0000 (22:54 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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