]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 16 Mar 2009 11:07:29 +0000 (11:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 16 Mar 2009 11:07:29 +0000 (11:07 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index cc0945b53c55b6e1ed7574595e15bcacd29e276a..7d4e952592e27b97204e17d3e996f772b443b89b 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.42"
+#define NGINX_VERSION      "0.7.43"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 9979a727ae00407eef1edc51c76e59e449064728..a07a842d3e784ffc8cbb42519830605d6c701f11 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.42';
+our $VERSION = '0.7.43';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);