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

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