]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 2 Dec 2008 14:59:14 +0000 (14:59 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 2 Dec 2008 14:59:14 +0000 (14:59 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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