diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-12-08 17:59:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-08 17:59:43 +0000 |
commit | 17b5953e718a20307294f91ed10afd4fc3665a31 (patch) | |
tree | 0dfeae17fff3b714ac0b2b22306d99ca329c4c67 /src | |
parent | f78d9d55db2c97e0baedd6242d7c650714a31020 (diff) | |
download | nginx-17b5953e718a20307294f91ed10afd4fc3665a31.tar.gz nginx-17b5953e718a20307294f91ed10afd4fc3665a31.zip |
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 0c4dece2f..b4235db8d 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.7.25" +#define NGINX_VERSION "0.7.26" #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 2f65af218..d1c895b2b 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.25'; +our $VERSION = '0.7.26'; require XSLoader; XSLoader::load('nginx', $VERSION); |