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

index f8761ff4456aec6e812114a9eb2c5d512dd78bb4..41b3a8933519a7cee50ad2b2addd0042160c61b1 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8006
-#define NGINX_VERSION      "0.8.6"
+#define nginx_version         8007
+#define NGINX_VERSION      "0.8.7"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index c8f77a46620d77cd27b68e8306cf604ad36d2e48..75d0a13070ee2b16bf8896e49bd220375645d724 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.6';
+our $VERSION = '0.8.7';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);