]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 16 Jan 2007 11:04:51 +0000 (11:04 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 16 Jan 2007 11:04:51 +0000 (11:04 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 523bcb7fa1d89719a27fe5a00faae5536f49e5ab..a4204d13b89b983e2358af561b4805abaef1d925 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.7"
+#define NGINX_VERSION      "0.5.8"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index bf7a8eba63c45861db887ef903c06cb7c0961d3c..d674b0ea33ff5a987dbabe673ed50edcd9e2980f 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.7';
+our $VERSION = '0.5.8';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);