]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 18 May 2010 16:20:02 +0000 (16:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 18 May 2010 16:20:02 +0000 (16:20 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index e3b608ed0bb7166ebd93591f65fde4efbfb1c44a..784d5541930bb3b043d3bfee42783844c9687f00 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         8037
-#define NGINX_VERSION      "0.8.37"
+#define nginx_version         8038
+#define NGINX_VERSION      "0.8.38"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index c054744452988f4ecc96e41291688a5edc5a0b45..3e173eb2372b804d08befd0e8d16738cf634fa82 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.8.37';
+our $VERSION = '0.8.38';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);