aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-02-21 09:44:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-02-21 09:44:57 +0000
commit5e988a4ec612d2f7440ac025e5659ea1c94a25f0 (patch)
tree5cc0afde5f9cb2b7f7b8b589f4e6081d7f9d52bc /src
parent10c4b0520d9f4c90dc0f0e91e168542c142c1f72 (diff)
downloadnginx-5e988a4ec612d2f7440ac025e5659ea1c94a25f0.tar.gz
nginx-5e988a4ec612d2f7440ac025e5659ea1c94a25f0.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 a7576049b..69ae5c4dd 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.7.36"
+#define NGINX_VERSION "0.7.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 d33310e27..cfe8ef511 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.36';
+our $VERSION = '0.7.37';
require XSLoader;
XSLoader::load('nginx', $VERSION);