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

index bae7d83391245daecc98a5d9d5dca818b7906829..3dac5c79815bdcf6a8a18434258270e5a2c5b220 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.22"
+#define NGINX_VERSION      "0.6.23"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index a90f18eb414a97b4001702bfc2b043b07296c88f..40711ff7ae533ee2ada41e20961dfda548c0e346 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.22';
+our $VERSION = '0.6.23';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);