Skip to content

Commit

Permalink
Bump version to 3.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Mar 7, 2011
1 parent c4d41e7 commit cc3ca53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/common/Constants.h
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.4"
#define PASSENGER_VERSION "3.0.5"

#define FEEDBACK_FD 3

Expand Down
2 changes: 1 addition & 1 deletion lib/phusion_passenger.rb
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.4'
VERSION_STRING = '3.0.5'

PREFERRED_NGINX_VERSION = '0.8.54'
PREFERRED_PCRE_VERSION = '8.10'
Expand Down

0 comments on commit cc3ca53

Please sign in to comment.