]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 25 Oct 2006 16:33:40 +0000 (16:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 25 Oct 2006 16:33:40 +0000 (16:33 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index c151098a478d38de60871adc18967a27e2e9191d..d3e29872160dfbaadf803fc1b276644dfbcd470f 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.4.11"
+#define NGINX_VERSION      "0.4.12"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 5f329493bace5a300b1e02e69ee66f59bb25fb7a..036ca699ea981c0b224875e09dc41026d29440c2 100644 (file)
@@ -17,7 +17,7 @@ our @EXPORT = qw(
     HTTP_SERVER_ERROR
 );
 
-our $VERSION = '0.4.11';
+our $VERSION = '0.4.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);