]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 30 Jun 2008 12:46:40 +0000 (12:46 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 30 Jun 2008 12:46:40 +0000 (12:46 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 2e31eb1ebcf4d8451596b20d22aba8a5832f06f9..4c397c12c156f7336c8797f01d212fc7e8ef2515 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.4"
+#define NGINX_VERSION      "0.7.5"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index c23e89d283181aaedbf2e7a71fbedda7a36b1bff..346c2c052c6d0396d6011f2c7a53e489c0b9213b 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.4';
+our $VERSION = '0.7.5';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);