aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-10-01 05:35:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-10-01 05:35:34 +0000
commit023e0da8dc6b01d6c7a226963edec97d08ca91ad (patch)
treeb95801d07d2988747badd8c21d2ce93f14394ead
parenta810216c01ca149721177c744e84c0c254085ffd (diff)
downloadnginx-023e0da8dc6b01d6c7a226963edec97d08ca91ad.tar.gz
nginx-023e0da8dc6b01d6c7a226963edec97d08ca91ad.zip
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 684aa5ad9..713daae02 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1000007
-#define NGINX_VERSION "1.0.7"
+#define nginx_version 1000008
+#define NGINX_VERSION "1.0.8"
#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 911502f6e..a4736a4cb 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.7';
+our $VERSION = '1.0.8';
require XSLoader;
XSLoader::load('nginx', $VERSION);