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

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