]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 19 Jan 2009 16:37:22 +0000 (16:37 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 19 Jan 2009 16:37:22 +0000 (16:37 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index b38a7b1460313975f4c6b974671ca780ec7df110..7ff13ca128a76ca1f0f1ef71bba03694d33c2fd4 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.31"
+#define NGINX_VERSION      "0.7.32"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 9117639c44bf9e539da3a0cead8c6fde86b7ddc1..3b97cb81ec8cbcf8456bc17ee5815aa3764f8ccb 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.31';
+our $VERSION = '0.7.32';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);