Skip to content

Commit 33003ea

Browse files
committed
Upgrade preferred Nginx version to 1.2.1
1 parent 7c3127d commit 33003ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release 3.0.13
22
--------------
33

4-
* [Nginx] Preferred Nginx version upgraded to 1.2.0.
4+
* [Nginx] Preferred Nginx version upgraded to 1.2.1.
55
* Fixed compilation problems on FreeBSD 6.4. Fixes issue #766.
66
* Fixed compilation problems on GCC >= 4.6.
77
* Fixed compilation problems on OpenIndiana and Solaris 11. Fixes issue #742.

lib/phusion_passenger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module PhusionPassenger
2727
# Phusion Passenger version number. Don't forget to edit ext/common/Constants.h too.
2828
VERSION_STRING = '3.0.13'
2929

30-
PREFERRED_NGINX_VERSION = '1.2.0'
30+
PREFERRED_NGINX_VERSION = '1.2.1'
3131
PREFERRED_PCRE_VERSION = '8.30'
3232
STANDALONE_INTERFACE_VERSION = 1
3333

0 commit comments

Comments
 (0)