summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-18 15:36:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-18 15:36:12 +0000
commitcb19ac4da7e8568615d2a29aa3aff06612452336 (patch)
treee535e84f0d9b6baf370b5600a79db060c40a757a
parent3adf91b2f1d643603eb991573204826690b8e1b5 (diff)
downloadnginx-cb19ac4da7e8568615d2a29aa3aff06612452336.tar.gz
bump version
-rw-r--r--src/core/nginx.h4
-rw-r--r--src/http/modules/perl/nginx.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index ba51d4ac3..14458bf9f 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 006036
-#define NGINX_VERSION "0.6.36"
+#define nginx_version 006037
+#define NGINX_VERSION "0.6.37"
#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 df1a83724..768628be6 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.36';
+our $VERSION = '0.6.37';
require XSLoader;
XSLoader::load('nginx', $VERSION);