]> git.kaiwu.me - nginx.git/commitdiff
bump version: 1.1.0 development version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 20 Jul 2011 09:29:25 +0000 (09:29 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 20 Jul 2011 09:29:25 +0000 (09:29 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 0809927e4a1d64e7e68f45274c6aae6b6ecefdfd..cca3b694c518a929f5f21c31a550766238eadd1b 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000005
-#define NGINX_VERSION      "1.0.5"
+#define nginx_version      1001000
+#define NGINX_VERSION      "1.1.0"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 10f43ad21132802e6714be35c26964c625ffd90c..a86f004c0f316c4d0afd458fff8046b8fb4565ae 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.5';
+our $VERSION = '1.1.0';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);