]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 31 Oct 2006 15:41:41 +0000 (15:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 31 Oct 2006 15:41:41 +0000 (15:41 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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