Skip to content

Commit

Permalink
Bump version to 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed May 1, 2008
1 parent 89cd016 commit a332965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require 'passenger/platform_info'
##### Configuration

# Don't forget to edit Configuration.h too
PACKAGE_VERSION = "1.0.3"
PACKAGE_VERSION = "1.0.4"

include PlatformInfo
APXS2.nil? and raise "Could not find 'apxs' or 'apxs2'."
Expand Down
2 changes: 1 addition & 1 deletion ext/apache2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/

/** Module version number. */
#define PASSENGER_VERSION "1.0.3"
#define PASSENGER_VERSION "1.0.4"

#ifdef __cplusplus
#include <set>
Expand Down

0 comments on commit a332965

Please sign in to comment.