aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-06-04 16:14:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-06-04 16:14:33 +0000
commit1c0e3e0dd0107c624030dfdd1ba20c231ae57de3 (patch)
tree248f303090f51f78d64a2f350b0a19240a3309bd /src
parent1245a685ffcc065003e3eb183c43e14b37fdfcd7 (diff)
downloadnginx-1c0e3e0dd0107c624030dfdd1ba20c231ae57de3.tar.gz
nginx-1c0e3e0dd0107c624030dfdd1ba20c231ae57de3.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 e0674cb9a..0a98343d7 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.5.23"
+#define NGINX_VERSION "0.5.24"
#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 48a9c7982..f15a33930 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.23';
+our $VERSION = '0.5.24';
require XSLoader;
XSLoader::load('nginx', $VERSION);