]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 28 Nov 2007 19:17:24 +0000 (19:17 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 28 Nov 2007 19:17:24 +0000 (19:17 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index d726d4d5a9e37efeeb68ba15bb52acc20600c239..3221a75c619a034a9de31cfb8e85ccee53ae745b 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.20"
+#define NGINX_VERSION      "0.6.21"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 8932398e91be6f617a41ae62a64e59e4c48efb66..89e06e5637436febceb34bfc6c5a77a05eee19b5 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.20';
+our $VERSION = '0.6.21';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);