]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 1 Sep 2008 15:44:57 +0000 (15:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 1 Sep 2008 15:44:57 +0000 (15:44 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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