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

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