From 2341f08d68c2d0c089a829ac147f75dff6f4701a Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 27 Jul 2012 00:09:24 +0200 Subject: [PATCH] Bump version to 3.0.15. --- 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 d64cdf8b28..ff591e4dc8 100644 --- a/ext/common/Constants.h +++ b/ext/common/Constants.h @@ -26,7 +26,7 @@ #define _PASSENGER_CONSTANTS_H_ /* Don't forget to update lib/phusion_passenger.rb too. */ -#define PASSENGER_VERSION "3.0.14" +#define PASSENGER_VERSION "3.0.15" #define FEEDBACK_FD 3 diff --git a/lib/phusion_passenger.rb b/lib/phusion_passenger.rb index 1a41e0f0c3..e6be613649 100644 --- a/lib/phusion_passenger.rb +++ b/lib/phusion_passenger.rb @@ -25,7 +25,7 @@ module PhusionPassenger ###### Version numbers ###### # Phusion Passenger version number. Don't forget to edit ext/common/Constants.h too. - VERSION_STRING = '3.0.14' + VERSION_STRING = '3.0.15' PREFERRED_NGINX_VERSION = '1.2.2' PREFERRED_PCRE_VERSION = '8.30'