]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 11 Sep 2007 13:21:30 +0000 (13:21 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 11 Sep 2007 13:21:30 +0000 (13:21 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index f82c861371efa01ec9e00bc5dcbac6fba15da9b0..50b4ab5395c0a425180764f8280ca12c9c34534f 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.11"
+#define NGINX_VERSION      "0.6.12"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 26bdc17e79c30d2b2a991df17c9a76520749a9eb..519e6c07c97d1b0c1d494857e52ccfb853767665 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.11';
+our $VERSION = '0.6.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);