From 1b49bd4558a2afe6318df2fa19f0d70e53674474 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Wed, 29 Jan 2014 15:01:38 +0100 Subject: [PATCH] Bump version to 4.0.38 --- ext/common/Constants.h | 2 +- lib/phusion_passenger.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/common/Constants.h b/ext/common/Constants.h index f8be549c7c..0b0a2185d2 100644 --- a/ext/common/Constants.h +++ b/ext/common/Constants.h @@ -88,7 +88,7 @@ #define NGINX_DOC_URL "http://www.modrails.com/documentation/Users%20guide%20Nginx.html" - #define PASSENGER_VERSION "4.0.37" + #define PASSENGER_VERSION "4.0.38" #define POOL_HELPER_THREAD_STACK_SIZE 262144 diff --git a/lib/phusion_passenger.rb b/lib/phusion_passenger.rb index 80d8e2e1e0..3a5a54ca6a 100644 --- a/lib/phusion_passenger.rb +++ b/lib/phusion_passenger.rb @@ -30,7 +30,7 @@ module PhusionPassenger PACKAGE_NAME = 'passenger' # Run 'rake ext/common/Constants.h' after changing this number. - VERSION_STRING = '4.0.37' + VERSION_STRING = '4.0.38' PREFERRED_NGINX_VERSION = '1.4.4' NGINX_SHA256_CHECKSUM = '7c989a58e5408c9593da0bebcd0e4ffc3d892d1316ba5042ddb0be5b0b4102b9'