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

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