diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-04-15 10:58:44 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-04-15 10:58:44 +0000 |
commit | 0bd0b2894c6f2514e53b940f6d64cbe5198a4d6c (patch) | |
tree | d74ac903e65e7595208996ba60c24362dfa4673c | |
parent | 050b280349fc6f1c64a4ce07a8588180cd99cc1b (diff) | |
download | nginx-0bd0b2894c6f2514e53b940f6d64cbe5198a4d6c.tar.gz nginx-0bd0b2894c6f2514e53b940f6d64cbe5198a4d6c.zip |
bump version
-rw-r--r-- | src/core/nginx.h | 4 | ||||
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 272608902..484d214b6 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1000000 -#define NGINX_VERSION "1.0.0" +#define nginx_version 1000001 +#define NGINX_VERSION "1.0.1" #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 4b79ce8f6..098d45b47 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.0.0'; +our $VERSION = '1.0.1'; require XSLoader; XSLoader::load('nginx', $VERSION); |