]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 20 Nov 2008 16:55:27 +0000 (16:55 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 20 Nov 2008 16:55:27 +0000 (16:55 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index edb570c4918e9a2a8b919ab6d09f09eab241574c..65a2a34dc6aa07fa3f12f15e9533389a2eb7a750 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.32"
+#define NGINX_VERSION      "0.6.33"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 4ae72d2ff89fb10a537c2dcf15d80720b96b6b83..67751ca9782dccc2566451f5878ebf8a973486ee 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.32';
+our $VERSION = '0.6.33';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);