]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 15 Oct 2009 13:01:42 +0000 (13:01 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 15 Oct 2009 13:01:42 +0000 (13:01 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 9d9af6e524c56f0261b9e313ff784ad1240b927b..460fd8d8bccd027deba7ff152b825a1d935d826c 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8020
-#define NGINX_VERSION      "0.8.20"
+#define nginx_version         8021
+#define NGINX_VERSION      "0.8.21"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 90d7c4a499e9ec08c92c59f3f8cd8fe9098709a9..2f09021716dc4fe0d9eec859402e1300ad2736d4 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.20';
+our $VERSION = '0.8.21';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);