aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2011-12-19 11:21:46 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2011-12-19 11:21:46 +0000
commitafb7f22c037de7b7b6ff15a05cc60fe5c90254c2 (patch)
treed9314637933e0c7cb1546ca3038879e40213eb42 /src
parentb6ec1ecc4bd391b497a978328a11652e43b8ef23 (diff)
downloadnginx-afb7f22c037de7b7b6ff15a05cc60fe5c90254c2.tar.gz
nginx-afb7f22c037de7b7b6ff15a05cc60fe5c90254c2.zip
Version bump.
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 965a7f2bf..a781b5ef9 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,7 +9,7 @@
#define nginx_version 1001011
-#define NGINX_VERSION "1.1.11"
+#define NGINX_VERSION "1.1.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 ec49d7bad..8cd3b7469 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.11';
+our $VERSION = '1.1.12';
require XSLoader;
XSLoader::load('nginx', $VERSION);