]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Fri, 13 Oct 2006 15:47:56 +0000 (15:47 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 13 Oct 2006 15:47:56 +0000 (15:47 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index f761a7925d8536072a0b1fa049506c46501902b1..e8d79cb87ba178eae496b0e2b327dba58015455c 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.4.9"
+#define NGINX_VERSION      "0.4.10"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 2ab9820f4b9c5e8938fbf0b414fa4bca0a2b2295..b6189c6ebd478b6655a05c5a08fe106568caa702 100644 (file)
@@ -17,7 +17,7 @@ our @EXPORT = qw(
     HTTP_SERVER_ERROR
 );
 
-our $VERSION = '0.4.9';
+our $VERSION = '0.4.10';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);