]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 15 Aug 2007 12:58:35 +0000 (12:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 15 Aug 2007 12:58:35 +0000 (12:58 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index f18e06575bbc466b297b5f338239b69c3338b024..af36f7ec3107e02e362c3f4e8aa3389e4e354ccd 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.7"
+#define NGINX_VERSION      "0.6.8"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 227c08c9a7cb8ea6cedae1d5a9a213f9160dba2b..6348e874fed2d7199342fd0e18ee4fdf7a6a18a3 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.7';
+our $VERSION = '0.6.8';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);