Skip to content

Commit

Permalink
Bump version to 2.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Dec 5, 2008
1 parent fd79b95 commit 48ecdf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -29,7 +29,7 @@ verbose true
##### Configuration ##### Configuration


# Don't forget to edit Configuration.h too # Don't forget to edit Configuration.h too
PACKAGE_VERSION = "2.0.4" PACKAGE_VERSION = "2.0.5"
OPTIMIZE = ["yes", "on", "true"].include?(ENV['OPTIMIZE']) OPTIMIZE = ["yes", "on", "true"].include?(ENV['OPTIMIZE'])


include PlatformInfo include PlatformInfo
Expand Down
2 changes: 1 addition & 1 deletion ext/apache2/Configuration.h
Expand Up @@ -31,7 +31,7 @@
*/ */


/** Module version number. */ /** Module version number. */
#define PASSENGER_VERSION "2.0.4" #define PASSENGER_VERSION "2.0.5"


#ifdef __cplusplus #ifdef __cplusplus
#include <set> #include <set>
Expand Down

0 comments on commit 48ecdf9

Please sign in to comment.