Skip to content

Commit

Permalink
Bump version to 3.0.11 and update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Nov 28, 2011
1 parent 9ab9715 commit 7b054dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release 3.0.11
--------------

* Fixed a compilation problem on platforms without alloca.h, such as FreeBSD 7.


Release 3.0.10
--------------

Expand Down
2 changes: 1 addition & 1 deletion ext/common/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define _PASSENGER_CONSTANTS_H_

/* Don't forget to update lib/phusion_passenger.rb too. */
#define PASSENGER_VERSION "3.0.10"
#define PASSENGER_VERSION "3.0.11"

#define FEEDBACK_FD 3

Expand Down
2 changes: 1 addition & 1 deletion lib/phusion_passenger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module PhusionPassenger
###### Version numbers ######

# Phusion Passenger version number. Don't forget to edit ext/common/Constants.h too.
VERSION_STRING = '3.0.10'
VERSION_STRING = '3.0.11'

PREFERRED_NGINX_VERSION = '1.0.10'
PREFERRED_PCRE_VERSION = '8.12'
Expand Down

0 comments on commit 7b054dc

Please sign in to comment.