]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Sat, 11 Aug 2007 10:17:02 +0000 (10:17 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 11 Aug 2007 10:17:02 +0000 (10:17 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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