Skip to content

Commit

Permalink
Bump version to 2.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jun 16, 2009
1 parent d51e0a2 commit ec5cdb0
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_

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

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

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

0 comments on commit ec5cdb0

Please sign in to comment.