diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-06-04 10:00:39 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-06-04 10:00:39 +0000 |
| commit | d9a65e9874028c9a38dde1ea52ba744ec2a19d6d (patch) | |
| tree | 65455e04893df4f98534b77dbe60d6e1cae61c48 | |
| parent | da62bc3b6d279b9c91aa6d10a429eec75e4abff6 (diff) | |
| download | nginx-d9a65e9874028c9a38dde1ea52ba744ec2a19d6d.tar.gz nginx-d9a65e9874028c9a38dde1ea52ba744ec2a19d6d.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..df7ab91e6 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 1002001 +#define NGINX_VERSION "1.2.1" #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..117ffd837 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.2.1'; require XSLoader; XSLoader::load('nginx', $VERSION); |
