aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-23 14:49:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-23 14:49:57 +0000
commit2c72df5ed491f7e915724dcb80d59d44d1e431f3 (patch)
tree4f7a3a8e459487fe4f2adb3b4250cec34d072edf
parent81944c70db7b0ec262d407038d3803076374d683 (diff)
downloadnginx-2c72df5ed491f7e915724dcb80d59d44d1e431f3.tar.gz
nginx-2c72df5ed491f7e915724dcb80d59d44d1e431f3.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 e59b54878..0ae989dc8 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 8042
-#define NGINX_VERSION "0.8.42"
+#define nginx_version 8043
+#define NGINX_VERSION "0.8.43"
#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 0d2e349b6..500840249 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.42';
+our $VERSION = '0.8.43';
require XSLoader;
XSLoader::load('nginx', $VERSION);