]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 8 Jun 2007 05:43:05 +0000 (05:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 8 Jun 2007 05:43:05 +0000 (05:43 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 0a98343d704ca735a41fb3309fbf3261d8ffae39..4b4653fede91688ddb42b189894214577addce5a 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.24"
+#define NGINX_VERSION      "0.5.25"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index f15a339306b08c7618b0a18088a809632e7eebcf..9a6b0c71e8323c596241e7dff05754034b7f09c2 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.24';
+our $VERSION = '0.5.25';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);