We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e097a commit 2341f08Copy full SHA for 2341f08
ext/common/Constants.h
@@ -26,7 +26,7 @@
26
#define _PASSENGER_CONSTANTS_H_
27
28
/* Don't forget to update lib/phusion_passenger.rb too. */
29
-#define PASSENGER_VERSION "3.0.14"
+#define PASSENGER_VERSION "3.0.15"
30
31
#define FEEDBACK_FD 3
32
lib/phusion_passenger.rb
@@ -25,7 +25,7 @@ module PhusionPassenger
25
###### 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'
0 commit comments