diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 16:34:59 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 16:34:59 +0000 |
commit | e6724ebe54f3cbe1869cf71a011db5f06e43742d (patch) | |
tree | c778d326488bb5d1e9b06c4c2c1ac5a6d002d4ef /src | |
parent | 1e2a60813406280745e3cf4765a7965ea4c7d752 (diff) | |
download | nginx-e6724ebe54f3cbe1869cf71a011db5f06e43742d.tar.gz nginx-e6724ebe54f3cbe1869cf71a011db5f06e43742d.zip |
Version bump.
Diffstat (limited to 'src')
-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 3e147dcb7..58193381a 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1001019 -#define NGINX_VERSION "1.1.19" +#define nginx_version 1001020 +#define NGINX_VERSION "1.1.20" #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 7ec70472d..74f73735f 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -50,7 +50,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.1.19'; +our $VERSION = '1.1.20'; require XSLoader; XSLoader::load('nginx', $VERSION); |