]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 26 Aug 2008 17:23:27 +0000 (17:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 26 Aug 2008 17:23:27 +0000 (17:23 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index d16f2576df8b63c44f689de15d9c465c509261e8..5d692e3cdf570568a18ecefea87b5d89c4f7d5d5 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.13"
+#define NGINX_VERSION      "0.7.14"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 4e18a65fe3097aa631a90a50ef29895c08ca1ec1..818b37fb69aa8d70cd7523c539c604758043af10 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.13';
+our $VERSION = '0.7.14';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);