Skip to content

Commit

Permalink
Bump version number to 2.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jun 19, 2009
1 parent 180e246 commit 731dd7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/common/Version.h
Expand Up @@ -26,6 +26,6 @@
#define _PASSENGER_VERSION_H_ #define _PASSENGER_VERSION_H_


/* Don't forget to update lib/phusion_passenger/constants.rb too. */ /* Don't forget to update lib/phusion_passenger/constants.rb too. */
#define PASSENGER_VERSION "2.2.3" #define PASSENGER_VERSION "2.2.4"


#endif /* _PASSENGER_VERSION_H */ #endif /* _PASSENGER_VERSION_H */
2 changes: 1 addition & 1 deletion lib/phusion_passenger/constants.rb
Expand Up @@ -24,7 +24,7 @@
module PhusionPassenger module PhusionPassenger
# Phusion Passenger version number. # Phusion Passenger version number.
# Don't forget to edit ext/common/Version.h too. # Don't forget to edit ext/common/Version.h too.
VERSION_STRING = '2.2.3' VERSION_STRING = '2.2.4'


DEFAULT_FRAMEWORK_SPAWNER_MAX_IDLE_TIME = 30 * 60 DEFAULT_FRAMEWORK_SPAWNER_MAX_IDLE_TIME = 30 * 60
DEFAULT_APP_SPAWNER_MAX_IDLE_TIME = 10 * 60 DEFAULT_APP_SPAWNER_MAX_IDLE_TIME = 10 * 60
Expand Down

0 comments on commit 731dd7a

Please sign in to comment.