diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-26 11:20:29 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-26 11:20:29 +0000 |
| commit | 6ad02389c3947f8af2ce295d83e4c27427c9b644 (patch) | |
| tree | bf61e6e4bcee102a63fdf26ad14f656a0dab2e4d | |
| parent | bde0ceccfd6557254cede434326825822302aa93 (diff) | |
| download | nginx-6ad02389c3947f8af2ce295d83e4c27427c9b644.tar.gz nginx-6ad02389c3947f8af2ce295d83e4c27427c9b644.tar.bz2 | |
Version bump.
| -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 ca777f6d5..9171683b2 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1002000 -#define NGINX_VERSION "1.2.0" +#define nginx_version 1003000 +#define NGINX_VERSION "1.3.0" #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 766b81017..2d03a82fd 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -50,7 +50,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.2.0'; +our $VERSION = '1.3.0'; require XSLoader; XSLoader::load('nginx', $VERSION); |
