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

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