]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 12 Dec 2006 14:17:04 +0000 (14:17 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 12 Dec 2006 14:17:04 +0000 (14:17 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 2a40c82404a13f0351e8abda2d8d359f7731f131..e15cfe8b4fae097f0b5b09677e6845e09d6d983d 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.2"
+#define NGINX_VERSION      "0.5.3"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 9a3868c87db38f1ddd38fc0e06a24c6faf497b26..275d361f3dfcd6dc82af0cf9b97017ef88396130 100644 (file)
@@ -17,7 +17,7 @@ our @EXPORT = qw(
     HTTP_SERVER_ERROR
 );
 
-our $VERSION = '0.5.2';
+our $VERSION = '0.5.3';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);