]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 20 Feb 2012 19:12:48 +0000 (19:12 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 20 Feb 2012 19:12:48 +0000 (19:12 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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