]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 27 May 2010 12:55:05 +0000 (12:55 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 27 May 2010 12:55:05 +0000 (12:55 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

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