]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 24 Nov 2010 13:41:37 +0000 (13:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 24 Nov 2010 13:41:37 +0000 (13:41 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 208a5f63455837484f6868de29ec3280252b0d84..3a67533e24cac252661218e3ef65e2ecdf4c52b2 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8053
-#define NGINX_VERSION      "0.8.53"
+#define nginx_version         9000
+#define NGINX_VERSION      "0.9.0"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index faff340e2f3518489d74eab771bd19050cc8169d..a2a0f7470e0a039696629302d164284e51f202ff 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.53';
+our $VERSION = '0.9.0';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);