aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2011-11-15 20:33:37 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2011-11-15 20:33:37 +0000
commit2fd9b49334d42f4c79edd06a7506ec719f291317 (patch)
tree2831c8a576d365e473eba3e56ce4baa247ecbecb /src
parent95d76a96edfd70991b2432f0aff64518b16ecabc (diff)
downloadnginx-2fd9b49334d42f4c79edd06a7506ec719f291317.tar.gz
nginx-2fd9b49334d42f4c79edd06a7506ec719f291317.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 4b8badc02..4bde2c713 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001008
-#define NGINX_VERSION "1.1.8"
+#define nginx_version 1001009
+#define NGINX_VERSION "1.1.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 8a77ac601..001acc792 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.8';
+our $VERSION = '1.1.9';
require XSLoader;
XSLoader::load('nginx', $VERSION);