summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-15 15:42:39 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-15 15:42:39 +0000
commit5589bcf969a9324fee6cc68111212ef422c85b21 (patch)
treee4801e8141f456389b3a0e46e8682d66bd7f1ce3 /src
parentfb676bae98e4d7cd4151ad5975a42ed1dbea6b3a (diff)
downloadnginx-5589bcf969a9324fee6cc68111212ef422c85b21.tar.gz
nginx-5589bcf969a9324fee6cc68111212ef422c85b21.tar.bz2
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 be3fed411..24ff536bb 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.6.17"
+#define NGINX_VERSION "0.6.18"
#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 8db8d89f7..0981d1a93 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.17';
+our $VERSION = '0.6.18';
require XSLoader;
XSLoader::load('nginx', $VERSION);