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

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