diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-07-17 10:15:07 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-17 10:15:07 +0000 |
| commit | 66a874beb2cc150ea6342c93afe48b293c1941a2 (patch) | |
| tree | 22b7365b3d0ebcd8f952602191009bc247688be0 | |
| parent | 984923022223035702be2038c18bff5ba180fdf1 (diff) | |
| download | nginx-66a874beb2cc150ea6342c93afe48b293c1941a2.tar.gz nginx-66a874beb2cc150ea6342c93afe48b293c1941a2.tar.bz2 | |
bump version
| -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 126652560..85ae5e212 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.6.4" +#define NGINX_VERSION "0.6.5" #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 772e6cd75..f510f2df0 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.6.4'; +our $VERSION = '0.6.5'; require XSLoader; XSLoader::load('nginx', $VERSION); |
