diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-03-26 14:52:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-03-26 14:52:52 +0000 |
| commit | 035b9c5d240d862ad2c787ca37022e1264a17279 (patch) | |
| tree | 9cdb719f61789b998b2db52692ca38f64ffecf5b /src | |
| parent | 7c2ea8846d278dcc3106feddd68a93d2801f5757 (diff) | |
| download | nginx-035b9c5d240d862ad2c787ca37022e1264a17279.tar.gz nginx-035b9c5d240d862ad2c787ca37022e1264a17279.tar.bz2 | |
bump version
Diffstat (limited to 'src')
| -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 659a4a7f9..4a1c31377 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.5.16" +#define NGINX_VERSION "0.5.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 12d6b25bb..d58927351 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.5.16'; +our $VERSION = '0.5.17'; require XSLoader; XSLoader::load('nginx', $VERSION); |
