aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-19 19:48:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-19 19:48:48 +0000
commit354a4ef4e5520d1aa637dc35ab6e90880ca41825 (patch)
treeb62abcb7dc2cee2f67dd14aa0b39b4fd90bc9e0a
parentd7a5ed2ec8a9c9b2f45b9bb3d720394efa92743c (diff)
downloadnginx-354a4ef4e5520d1aa637dc35ab6e90880ca41825.tar.gz
nginx-354a4ef4e5520d1aa637dc35ab6e90880ca41825.zip
bump version
-rw-r--r--src/core/nginx.h2
-rw-r--r--src/http/modules/perl/nginx.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index a4204d13b..89e1c9409 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.5.8"
+#define NGINX_VERSION "0.5.9"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm
index d674b0ea3..74703a29c 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -47,7 +47,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '0.5.8';
+our $VERSION = '0.5.9';
require XSLoader;
XSLoader::load('nginx', $VERSION);