]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 28 Sep 2009 15:56:28 +0000 (15:56 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 28 Sep 2009 15:56:28 +0000 (15:56 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 2976408ddb2f6f0a842490ae948f6332ea5263cc..b946c5b89b636f6a9c36a64cfc948d63d1a8fe6e 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8017
-#define NGINX_VERSION      "0.8.17"
+#define nginx_version         8018
+#define NGINX_VERSION      "0.8.18"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 78e99c563291f93ec0b1f74170ad69c8c9c59bed..3e667f4ad27fc36a7acb58e57df6cd3c6fbf3e96 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.17';
+our $VERSION = '0.8.18';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);