]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 20 Aug 2007 13:10:25 +0000 (13:10 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 20 Aug 2007 13:10:25 +0000 (13:10 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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