]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 27 Dec 2007 15:39:06 +0000 (15:39 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 27 Dec 2007 15:39:06 +0000 (15:39 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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