]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 4 Feb 2012 22:23:12 +0000 (22:23 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 4 Feb 2012 22:23:12 +0000 (22:23 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 735ad2af6b2cff765ea9e9d038b05b955d685924..71a5d9e9aa54a5ee7cb1e02d61a0d21a2a52f2a6 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000011
-#define NGINX_VERSION      "1.0.11"
+#define nginx_version      1000012
+#define NGINX_VERSION      "1.0.12"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 24071ed38fae727674958992612654bd4fb2a44e..a10ff1afbabe2666769a3e4f879081362dd6f7d9 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.11';
+our $VERSION = '1.0.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);