diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-09-15 17:10:23 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-15 17:10:23 +0000 |
| commit | f8403702bae9971701052c5ef7b205d4ec7cb87b (patch) | |
| tree | aab6559fa24789eeec651bef8a8a4e86d6cae88e | |
| parent | 91f3fc94e4714e3210051fb12b3afb5b315fcc91 (diff) | |
| download | nginx-f8403702bae9971701052c5ef7b205d4ec7cb87b.tar.gz nginx-f8403702bae9971701052c5ef7b205d4ec7cb87b.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 e86bae6ca..8bf36ef9a 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.7.17" +#define NGINX_VERSION "0.7.18" #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 c837bd8b2..5c57be8a2 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.7.17'; +our $VERSION = '0.7.18'; require XSLoader; XSLoader::load('nginx', $VERSION); |
