aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-12-02 13:02:43 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-12-02 13:02:43 +0000
commit3bc08a51c73e3168ff4de9b118b7df4d7ce5a92c (patch)
tree90f4d9fa9e8a76d444668731a986d885dbea6144
parentf8d1b2e2f4870ea4f3dcf23f3a08d6a17e5aec92 (diff)
downloadnginx-3bc08a51c73e3168ff4de9b118b7df4d7ce5a92c.tar.gz
nginx-3bc08a51c73e3168ff4de9b118b7df4d7ce5a92c.zip
bump version
-rw-r--r--src/core/nginx.h4
-rw-r--r--src/http/modules/perl/nginx.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 23a249653..80b73d118 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 8029
-#define NGINX_VERSION "0.8.29"
+#define nginx_version 8030
+#define NGINX_VERSION "0.8.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 740a2ed17..15658b750 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.8.29';
+our $VERSION = '0.8.30';
require XSLoader;
XSLoader::load('nginx', $VERSION);