]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 18 Mar 2009 14:40:21 +0000 (14:40 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 18 Mar 2009 14:40:21 +0000 (14:40 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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