Skip to content

Commit

Permalink
Bump version number to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jun 24, 2008
1 parent 2496985 commit 0566673
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 @@ -27,7 +27,7 @@ require 'passenger/platform_info'
##### Configuration ##### Configuration


# Don't forget to edit Configuration.h too # Don't forget to edit Configuration.h too
PACKAGE_VERSION = "1.9.1" PACKAGE_VERSION = "2.0.1"
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 "1.9.1" #define PASSENGER_VERSION "2.0.1"


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

0 comments on commit 0566673

Please sign in to comment.