]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 24 Apr 2007 06:26:56 +0000 (06:26 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 24 Apr 2007 06:26:56 +0000 (06:26 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 1d0a65f49d53a3d4816d2568f9f95d06835c96d5..4466b3c6257df39ce2784d35845c5cafe8a3d3f5 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.19"
+#define NGINX_VERSION      "0.5.20"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 3319c3fc5627c9705370edae53639f4af1b33571..d6f47c078aa5ea4236efab78d3eddbef8a7600df 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.19';
+our $VERSION = '0.5.20';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);