]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 11 Dec 2006 11:05:54 +0000 (11:05 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 11 Dec 2006 11:05:54 +0000 (11:05 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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