diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-03-18 14:40:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-18 14:40:21 +0000 |
commit | 61818c47afc4e4db3c4a4955fd93e79f8fbe0c44 (patch) | |
tree | 3556bb189f6a8244def4e9d6d47d3cff07edcd86 | |
parent | c2edb86543f1c1d457ce9e1f185968fb62a5e3f4 (diff) | |
download | nginx-61818c47afc4e4db3c4a4955fd93e79f8fbe0c44.tar.gz nginx-61818c47afc4e4db3c4a4955fd93e79f8fbe0c44.zip |
bump version
-rw-r--r-- | src/core/nginx.h | 2 | ||||
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 7d4e95259..96eecf3f7 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -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" diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index a07a842d3..5326ed0e5 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -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); |