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

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