]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorIgor Sysoev <igor@sysoev.ru>
Tue, 23 Aug 2011 14:22:34 +0000 (14:22 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 23 Aug 2011 14:22:34 +0000 (14:22 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 32b4a88cb5f9f8344ee28f1d4b34a6ebdf63d64b..3a809c4e932cf91db2a9421dae2a3d0ddf50440a 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001001
-#define NGINX_VERSION      "1.1.1"
+#define nginx_version      1001002
+#define NGINX_VERSION      "1.1.2"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 99c1d04c6d5075f0dac66be2a2d5e97bf502cd3c..39033a9f9a0f693e5ca1b8e0e1e24a11a9b97d09 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.1';
+our $VERSION = '1.1.2';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);