]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 9 Feb 2012 16:18:02 +0000 (16:18 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 9 Feb 2012 16:18:02 +0000 (16:18 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 3105fa349b743387bf998b7e1f39f2577690ac88..a22b377322b448652312d3cf56eaff32bf8bd369 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001014
-#define NGINX_VERSION      "1.1.14"
+#define nginx_version      1001015
+#define NGINX_VERSION      "1.1.15"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 7f060d74576d5b87ce185399c540ba6c6a1a9c52..b671c2dd04866c96c01d3a85f1e8fa12c1a6bf1f 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.14';
+our $VERSION = '1.1.15';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);