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

index a79b577d5b9befd7a5123b3468ae2a484efac83e..93462ffbaab778e0ebc5332113065cc09afd2a8c 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.21"
+#define NGINX_VERSION      "0.5.22"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index dd75ec8e340d60faff39110d2d8d05db96848b46..870072d7eb824136918ae40860395e6767e9b82d 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.21';
+our $VERSION = '0.5.22';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);