Skip to content

Commit 9f26abb

Browse files
committed
Bump version to 3.0.17 and bump PCRE version to 8.31
1 parent 9269004 commit 9f26abb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 3.0.16
1+
Release 3.0.17
22
--------------
33

44
* Fixed a Ruby 1.9 encoding-related bug in the memory measurer.
@@ -10,6 +10,8 @@ Release 3.0.16
1010
* Fixed various compilation warnings.
1111
* Upgraded preferred Nginx version to 1.2.3.
1212

13+
3.0.16 was an unofficial hotfix release, and so its announcement had been skipped.
14+
1315

1416
Release 3.0.15
1517
--------------

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.16"
29+
#define PASSENGER_VERSION "3.0.17"
3030

3131
#define FEEDBACK_FD 3
3232

lib/phusion_passenger.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ 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.16'
28+
VERSION_STRING = '3.0.17'
2929

3030
PREFERRED_NGINX_VERSION = '1.2.3'
31-
PREFERRED_PCRE_VERSION = '8.30'
31+
PREFERRED_PCRE_VERSION = '8.31'
3232
STANDALONE_INTERFACE_VERSION = 1
3333

3434

0 commit comments

Comments
 (0)