]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 27 Nov 2007 16:58:41 +0000 (16:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 27 Nov 2007 16:58:41 +0000 (16:58 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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