Skip to content

Commit c6fef29

Browse files
committed
Update NEWS and bump version to 3.0.16.
1 parent fe370e6 commit c6fef29

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 3.0.16
2+
--------------
3+
4+
* Fixed a Ruby 1.9 encoding-related bug in the memory measurer.
5+
(Phusion Passenger Enterprise)
6+
7+
18
Release 3.0.15
29
--------------
310

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.15"
29+
#define PASSENGER_VERSION "3.0.16"
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.15'
28+
VERSION_STRING = '3.0.16'
2929

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

0 commit comments

Comments
 (0)