lib/phusion_passenger.rb in passenger-4.0.56 vs lib/phusion_passenger.rb in passenger-4.0.57

- old
+ new

@@ -1,8 +1,8 @@ # encoding: utf-8 # Phusion Passenger - https://www.phusionpassenger.com/ -# Copyright (c) 2010-2014 Phusion +# Copyright (c) 2010-2015 Phusion # # "Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -28,10 +28,10 @@ ###### Names and version numbers ###### PACKAGE_NAME = 'passenger' # Run 'rake ext/common/Constants.h' after changing this number. - VERSION_STRING = '4.0.56' + VERSION_STRING = '4.0.57' PREFERRED_NGINX_VERSION = '1.6.2' NGINX_SHA256_CHECKSUM = 'b5608c2959d3e7ad09b20fc8f9e5bd4bc87b3bc8ba5936a513c04ed8f1391a18' PREFERRED_PCRE_VERSION = '8.34'