summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-11-01 10:10:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-11-01 10:10:50 +0000
commit116e15f03aec385367706aeb3888ff6291cde7b5 (patch)
tree390e92202af7c5546659841bffe79ff0bee98075
parent99a5c11b9397660a7a187be147dfb401e3bf7e29 (diff)
downloadnginx-116e15f03aec385367706aeb3888ff6291cde7b5.tar.gz
nginx-116e15f03aec385367706aeb3888ff6291cde7b5.tar.bz2
Version bump.
-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 713daae02..e528d8441 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1000008
-#define NGINX_VERSION "1.0.8"
+#define nginx_version 1000009
+#define NGINX_VERSION "1.0.9"
#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 a4736a4cb..fc232a416 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 = '1.0.8';
+our $VERSION = '1.0.9';
require XSLoader;
XSLoader::load('nginx', $VERSION);