aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-11-01 15:10:46 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-11-01 15:10:46 +0000
commit0d03a44aabac77c3855bf80a09c1b58ed33cbed3 (patch)
tree6ac96018064d627a3efd3f47235789b3ea5bbc5c /src
parent5f9da550aaa721c57d2bba374a7b85ef4f2e5ac8 (diff)
downloadnginx-0d03a44aabac77c3855bf80a09c1b58ed33cbed3.tar.gz
nginx-0d03a44aabac77c3855bf80a09c1b58ed33cbed3.zip
Version bump.
Diffstat (limited to 'src')
-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 631b83f76..4b8badc02 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001007
-#define NGINX_VERSION "1.1.7"
+#define nginx_version 1001008
+#define NGINX_VERSION "1.1.8"
#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 530818c15..8a77ac601 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -48,7 +48,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.1.7';
+our $VERSION = '1.1.8';
require XSLoader;
XSLoader::load('nginx', $VERSION);