]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 14 Jul 2009 08:18:38 +0000 (08:18 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 14 Jul 2009 08:18:38 +0000 (08:18 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index e7131c8a1eda94245f78e6630b7ef79a87ead6aa..f8761ff4456aec6e812114a9eb2c5d512dd78bb4 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8005
-#define NGINX_VERSION      "0.8.5"
+#define nginx_version         8006
+#define NGINX_VERSION      "0.8.6"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 317cf245913b56dba39b736d7178a28d9b1ad511..c8f77a46620d77cd27b68e8306cf604ad36d2e48 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.5';
+our $VERSION = '0.8.6';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);