]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 7 May 2007 14:39:11 +0000 (14:39 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 7 May 2007 14:39:11 +0000 (14:39 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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