diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2011-12-13 16:59:41 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2011-12-13 16:59:41 +0000 |
| commit | a0a8663eae881d954dc18c1fa00a6b51a92e441e (patch) | |
| tree | efeff30c028e2dc8c40a2ff443bd32b83f407b41 /src | |
| parent | a407664a1b3bfacd2ec35da2e17b28fb36d62177 (diff) | |
| download | nginx-a0a8663eae881d954dc18c1fa00a6b51a92e441e.tar.gz nginx-a0a8663eae881d954dc18c1fa00a6b51a92e441e.tar.bz2 | |
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 edec76299..735ad2af6 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1000010 -#define NGINX_VERSION "1.0.10" +#define nginx_version 1000011 +#define NGINX_VERSION "1.0.11" #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 ca9551334..24071ed38 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.10'; +our $VERSION = '1.0.11'; require XSLoader; XSLoader::load('nginx', $VERSION); |
