]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 21 Aug 2007 19:46:20 +0000 (19:46 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 21 Aug 2007 19:46:20 +0000 (19:46 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 3e7c4a1cefea50593acc235fcfb66101cc04757a..128d48bcde0b23009616ab396db761172dffb77e 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.31"
+#define NGINX_VERSION      "0.5.32"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index b87a33ef01e21e9f9b706fe54d8e59a92ef3ea69..6c6658b9de259ba233491791e8cb2630f7da7b9c 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.31';
+our $VERSION = '0.5.32';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);