]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 29 May 2007 12:15:04 +0000 (12:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 29 May 2007 12:15:04 +0000 (12:15 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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