summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-13 06:39:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-13 06:39:00 +0000
commit822795966837e5f44ae51c214f9262111569a422 (patch)
treed2c68bcccb1d4af407ff1aec8cbe6d632e34e81c
parent41a1f33537ab623b654898a9927e799d0eeca5b5 (diff)
downloadnginx-822795966837e5f44ae51c214f9262111569a422.tar.gz
nginx-822795966837e5f44ae51c214f9262111569a422.tar.bz2
bump version
-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 c569b68f3..5a2e64dbc 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.6.28"
+#define NGINX_VERSION "0.6.29"
#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 77ca6b53c..822ae81ea 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.6.28';
+our $VERSION = '0.6.29';
require XSLoader;
XSLoader::load('nginx', $VERSION);