# HG changeset patch # User Maxim Dounin # Date 1344269196 0 # Node ID 93119eae378af30aa4cd9a287a6bf8d78d6f06a5 # Parent 0f55013dde39b6b530b913151b1783c2f85e2abf Version bump. diff -r 0f55013dde39 -r 93119eae378a src/core/nginx.h --- a/src/core/nginx.h Mon Aug 06 16:03:56 2012 +0000 +++ b/src/core/nginx.h Mon Aug 06 16:06:36 2012 +0000 @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1002002 -#define NGINX_VERSION "1.2.2" +#define nginx_version 1002003 +#define NGINX_VERSION "1.2.3" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" diff -r 0f55013dde39 -r 93119eae378a src/http/modules/perl/nginx.pm --- a/src/http/modules/perl/nginx.pm Mon Aug 06 16:03:56 2012 +0000 +++ b/src/http/modules/perl/nginx.pm Mon Aug 06 16:06:36 2012 +0000 @@ -50,7 +50,7 @@ HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.2.2'; +our $VERSION = '1.2.3'; require XSLoader; XSLoader::load('nginx', $VERSION);