Skip to content

Commit 2341f08

Browse files
committed
Bump version to 3.0.15.
1 parent 38e097a commit 2341f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/common/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define _PASSENGER_CONSTANTS_H_
2727

2828
/* Don't forget to update lib/phusion_passenger.rb too. */
29-
#define PASSENGER_VERSION "3.0.14"
29+
#define PASSENGER_VERSION "3.0.15"
3030

3131
#define FEEDBACK_FD 3
3232

lib/phusion_passenger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module PhusionPassenger
2525
###### Version numbers ######
2626

2727
# Phusion Passenger version number. Don't forget to edit ext/common/Constants.h too.
28-
VERSION_STRING = '3.0.14'
28+
VERSION_STRING = '3.0.15'
2929

3030
PREFERRED_NGINX_VERSION = '1.2.2'
3131
PREFERRED_PCRE_VERSION = '8.30'

0 commit comments

Comments
 (0)