summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-08-21 19:46:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-08-21 19:46:20 +0000
commita8803ade99b5ee373d60d5ad5759b1c0c7b62351 (patch)
tree99f68d7afec5ceb3d03a44e2120ada8e6c994e6b /src
parent38bfa9dd7224fb24dae671875e3481d31408ee81 (diff)
downloadnginx-a8803ade99b5ee373d60d5ad5759b1c0c7b62351.tar.gz
nginx-a8803ade99b5ee373d60d5ad5759b1c0c7b62351.tar.bz2
bump version
Diffstat (limited to '')
-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 3e7c4a1ce..128d48bcd 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.5.31"
+#define NGINX_VERSION "0.5.32"
#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 b87a33ef0..6c6658b9d 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.5.31';
+our $VERSION = '0.5.32';
require XSLoader;
XSLoader::load('nginx', $VERSION);