diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:06:15 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:06:15 +0000 |
| commit | 382499aa1f1c2114e7476b867fa1628c9a74ec95 (patch) | |
| tree | c40b5f38197c5c3428dde122b72fca63e158a444 | |
| parent | 5ff29448ff58982af383519703cf50cf918c4eac (diff) | |
| download | nginx-382499aa1f1c2114e7476b867fa1628c9a74ec95.tar.gz nginx-382499aa1f1c2114e7476b867fa1628c9a74ec95.tar.bz2 | |
Version bump.
| -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 fab6ce688..cd27398dd 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1001016 -#define NGINX_VERSION "1.1.16" +#define nginx_version 1001017 +#define NGINX_VERSION "1.1.17" #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 b6fbdfd45..7a9cd4ed7 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.16'; +our $VERSION = '1.1.17'; require XSLoader; XSLoader::load('nginx', $VERSION); |
