summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-24 14:36:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-24 14:36:21 +0000
commit5025c6e6dac774dfd6682da8054d5bd5ef6709ee (patch)
tree997af24f4150746fdbb9c91770107672059e8a24
parentc805df56407d4968a968753642ce870dcd734ec3 (diff)
downloadnginx-5025c6e6dac774dfd6682da8054d5bd5ef6709ee.tar.gz
nginx-5025c6e6dac774dfd6682da8054d5bd5ef6709ee.tar.bz2
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 dfc4d0a95..868817322 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.5.29"
+#define NGINX_VERSION "0.5.30"
#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 1f263b271..8933e2c62 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.29';
+our $VERSION = '0.5.30';
require XSLoader;
XSLoader::load('nginx', $VERSION);