]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 22 Oct 2007 11:24:05 +0000 (11:24 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 22 Oct 2007 11:24:05 +0000 (11:24 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 7fe55d2dcadfe24a995a7d6930bd4871f19600a8..13481897768494d31b86c8f8ba477973866a6e4c 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.15"
+#define NGINX_VERSION      "0.6.16"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 04dbb18041d1a569e2c0409d7ccf7fdc3a05bc26..cfd5a7451d3514651b1593c118e782053d89e28d 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.15';
+our $VERSION = '0.6.16';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);