]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 26 May 2011 07:31:40 +0000 (07:31 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 26 May 2011 07:31:40 +0000 (07:31 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 2874fe233f374046fce35f80693a831e7c3e75af..d9b5a33a4158d02a02ca487651415579cb4040dc 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000003
-#define NGINX_VERSION      "1.0.3"
+#define nginx_version      1000004
+#define NGINX_VERSION      "1.0.4"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index fa2fed8c6f34ec10d305cba37082a8ec61e42528..2c88d9afd59809ec5b3117963d6b02b259b624ac 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.3';
+our $VERSION = '1.0.4';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);