]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 27 Jun 2011 15:34:44 +0000 (15:34 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 27 Jun 2011 15:34:44 +0000 (15:34 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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