diff --git a/ext/common/Constants.h b/ext/common/Constants.h index cefc8c5aed..7718fd1958 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.34" + #define PASSENGER_VERSION "4.0.35" #define POOL_HELPER_THREAD_STACK_SIZE 262144 diff --git a/lib/phusion_passenger.rb b/lib/phusion_passenger.rb index 7c1ea988c2..ed3c668e7d 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.34' + VERSION_STRING = '4.0.35' PREFERRED_NGINX_VERSION = '1.4.4' NGINX_SHA256_CHECKSUM = '7c989a58e5408c9593da0bebcd0e4ffc3d892d1316ba5042ddb0be5b0b4102b9'