]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorIgor Sysoev <igor@sysoev.ru>
Wed, 14 Sep 2011 15:20:01 +0000 (15:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 14 Sep 2011 15:20:01 +0000 (15:20 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index a47054bcbed00eee567cabb51e65bcdb78f6594f..ca6cca09241a07ab21e47481674d79f778bf66b5 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001003
-#define NGINX_VERSION      "1.1.3"
+#define nginx_version      1001004
+#define NGINX_VERSION      "1.1.4"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 6dedc6d7df3af6a977a98c392913dfa1a3accb2b..429af0d1c8b83b0e93530b22be5f6ab0a0cf220b 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.3';
+our $VERSION = '1.1.4';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);