aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-16 16:12:31 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-12-16 16:12:31 +0000
commit7505928d9f3a515e067d3e20508df66780168e6b (patch)
tree4a7042da0aa705af7a9e5372c35ff479321e84ea /src
parent9aa7e6691184152e1e3e0412284e4996db2c67bd (diff)
downloadnginx-7505928d9f3a515e067d3e20508df66780168e6b.tar.gz
nginx-7505928d9f3a515e067d3e20508df66780168e6b.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 81c3a9007..234a085ef 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.27"
+#define NGINX_VERSION "0.7.28"
#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 283b2b3b3..8c3b2f0d7 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.27';
+our $VERSION = '0.7.28';
require XSLoader;
XSLoader::load('nginx', $VERSION);