]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 24 Sep 2007 04:19:28 +0000 (04:19 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 24 Sep 2007 04:19:28 +0000 (04:19 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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