Version bump.

This commit is contained in:
Maxim Dounin 2011-12-19 11:21:46 +00:00
parent 2bb6abc200
commit b73c0ebb43
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
#define nginx_version 1001011 #define nginx_version 1001011
#define NGINX_VERSION "1.1.11" #define NGINX_VERSION "1.1.12"
#define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX" #define NGINX_VAR "NGINX"

View file

@ -48,7 +48,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE HTTP_INSUFFICIENT_STORAGE
); );
our $VERSION = '1.1.11'; our $VERSION = '1.1.12';
require XSLoader; require XSLoader;
XSLoader::load('nginx', $VERSION); XSLoader::load('nginx', $VERSION);