]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 4 Nov 2009 11:20:54 +0000 (11:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 4 Nov 2009 11:20:54 +0000 (11:20 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 406736b0d1585b6da3d27e1866c1677483363cdc..bd80b2a1efa263242dba1aeda4caaf228a59e165 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8022
-#define NGINX_VERSION      "0.8.22"
+#define nginx_version         8023
+#define NGINX_VERSION      "0.8.23"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 2c1a90fbd5e4f55fe88b999f85c0c0ae2e85db40..7b8e34c1f0762dc88850c21b63345fda4ad3b98a 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.22';
+our $VERSION = '0.8.23';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);