]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 19 Dec 2011 11:21:46 +0000 (11:21 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 19 Dec 2011 11:21:46 +0000 (11:21 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 965a7f2bf2948d34a1b7c29927f9305a85c59cd5..a781b5ef935a50c1e018a67d72bf1e2d2f2711a9 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #define nginx_version      1001011
-#define NGINX_VERSION      "1.1.11"
+#define NGINX_VERSION      "1.1.12"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index ec49d7badc9eacc57557cfbdd8156bc3f6ece56c..8cd3b74691f008036b5b465d3b4aae0dcb074474 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.11';
+our $VERSION = '1.1.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);