aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-18 14:29:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-18 14:29:57 +0000
commit1de8bb5bd6575f652ba721474b37f189f988e31c (patch)
tree8c5a05f31c0b871b5784b70144794dea0a431cc9 /src
parent0046374ea123b7a0b376b0a611fbaa1554afb6d5 (diff)
downloadnginx-1de8bb5bd6575f652ba721474b37f189f988e31c.tar.gz
nginx-1de8bb5bd6575f652ba721474b37f189f988e31c.zip
bump version
Diffstat (limited to 'src')
-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 9b30caa0b..de037a4d3 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.11"
+#define NGINX_VERSION "0.7.12"
#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 911e574dc..44d3c06db 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.7.11';
+our $VERSION = '0.7.12';
require XSLoader;
XSLoader::load('nginx', $VERSION);