aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-09 11:13:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-12-09 11:13:12 +0000
commitd30d8a3931cb7edec33da5a049ae25197c3f6e1c (patch)
tree62e58d31478b8a3861026b8375f4d83bebb9374c /src
parentbfb0bf99bb74aa625f50cd00addca7c07a9c6985 (diff)
downloadnginx-d30d8a3931cb7edec33da5a049ae25197c3f6e1c.tar.gz
nginx-d30d8a3931cb7edec33da5a049ae25197c3f6e1c.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 b4235db8d..81c3a9007 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.26"
+#define NGINX_VERSION "0.7.27"
#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 d1c895b2b..283b2b3b3 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.26';
+our $VERSION = '0.7.27';
require XSLoader;
XSLoader::load('nginx', $VERSION);