]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 7 Sep 2009 12:00:25 +0000 (12:00 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 7 Sep 2009 12:00:25 +0000 (12:00 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index bba9e751b074e2e4654003c5a20be49b9a965fa8..0ac7ea02875cc0605f08f8452771ca11943437e8 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.37"
+#define NGINX_VERSION      "0.5.38"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index c68b479b8f84835c41d3ab7a7873d6b361238319..b2c7ff5784cd9aacb27483ac9846e3b4ee71ab78 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.37';
+our $VERSION = '0.5.38';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);