]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 28 Jan 2010 08:22:45 +0000 (08:22 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 28 Jan 2010 08:22:45 +0000 (08:22 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index c74812119987b9ca11ab7b5e1c3265290639e5ad..eb47ec1352973489f59e6a95103666a7546d8852 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8032
-#define NGINX_VERSION      "0.8.32"
+#define nginx_version         8033
+#define NGINX_VERSION      "0.8.33"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index caa10abde05b26adf268f1fc06d8cf669dc53f2f..0bca5b26e48c2eab4c3f1cb2b5f61bc3774bf530 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.32';
+our $VERSION = '0.8.33';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);