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

index 747fee6d917e5ab53f31489229f3bbce986b15c6..6502b3b8ee98c9d7af1c76b1e70ac037dae67a1c 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.9"
+#define NGINX_VERSION      "0.7.10"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 22921d55a8846f22dee03ae704621ae92298a5a4..96507c1cfa9685f7fea4ecb3de986f73002cfd05 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.9';
+our $VERSION = '0.7.10';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);