]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 5 Mar 2012 18:06:15 +0000 (18:06 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 5 Mar 2012 18:06:15 +0000 (18:06 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index fab6ce6882ddbe06127e32c2121bf11c2f1648b9..cd27398dd1a4b29558deb462e373f90d60d656b7 100644 (file)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001016
-#define NGINX_VERSION      "1.1.16"
+#define nginx_version      1001017
+#define NGINX_VERSION      "1.1.17"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index b6fbdfd4535bdcbf6fdc7a984c31da34a84078ef..7a9cd4ed795e2b417672ca7b5dbb495531ca0e25 100644 (file)
@@ -50,7 +50,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.16';
+our $VERSION = '1.1.17';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);