]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 28 Nov 2008 17:22:06 +0000 (17:22 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 28 Nov 2008 17:22:06 +0000 (17:22 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 63f52c352084faaa3b70145f1b1d4b1cbedcced5..b65e539f7b30aa840c3598137eb849c2fae86c65 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.23"
+#define NGINX_VERSION      "0.7.24"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 7159783ec7db3fb110bbdb5fc361a2a20f932fad..77f527c72efdae14abf120680260f076acbb610a 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.23';
+our $VERSION = '0.7.24';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);