summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-06-14 05:48:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-06-14 05:48:47 +0000
commit89aa3079bb7c3cc8b71b947971c3a98b1ba67167 (patch)
treed335f0545434c27d9a18a90271efd2aa46687a19
parentf3e240fe8fe71d1588049617c25fa1e890b3cf51 (diff)
downloadnginx-89aa3079bb7c3cc8b71b947971c3a98b1ba67167.tar.gz
nginx-89aa3079bb7c3cc8b71b947971c3a98b1ba67167.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 e75ac5fde..b76532874 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.6.0"
+#define NGINX_VERSION "0.6.1"
#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 0793f07b7..51002d1dc 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.0';
+our $VERSION = '0.6.1';
require XSLoader;
XSLoader::load('nginx', $VERSION);