]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 15 Nov 2006 20:07:57 +0000 (20:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 15 Nov 2006 20:07:57 +0000 (20:07 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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