aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-01 12:56:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-01 12:56:32 +0000
commit187538d1ebc25341ad611ba8d26b42b3e2e9de67 (patch)
tree245522a069028186c3697a3e1895aa2c4e4c530a
parentc1f09157b16e0721ab21deaf8524ef278b0ab7ea (diff)
downloadnginx-187538d1ebc25341ad611ba8d26b42b3e2e9de67.tar.gz
nginx-187538d1ebc25341ad611ba8d26b42b3e2e9de67.zip
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 0ae989dc8..ffe2f34b5 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 8043
-#define NGINX_VERSION "0.8.43"
+#define nginx_version 8044
+#define NGINX_VERSION "0.8.44"
#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 500840249..c3f4c2e76 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -48,7 +48,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '0.8.43';
+our $VERSION = '0.8.44';
require XSLoader;
XSLoader::load('nginx', $VERSION);