]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 7 Nov 2007 14:38:41 +0000 (14:38 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 7 Nov 2007 14:38:41 +0000 (14:38 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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