aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);