Skip to content

Commit dea64da

Browse files
committed
Bump version to 2.0.6.
1 parent 344e6e1 commit dea64da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ verbose true
2929
##### Configuration
3030

3131
# Don't forget to edit Configuration.h too
32-
PACKAGE_VERSION = "2.0.5"
32+
PACKAGE_VERSION = "2.0.6"
3333
OPTIMIZE = ["yes", "on", "true"].include?(ENV['OPTIMIZE'])
3434

3535
include PlatformInfo

ext/apache2/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232

3333
/** Module version number. */
34-
#define PASSENGER_VERSION "2.0.5"
34+
#define PASSENGER_VERSION "2.0.6"
3535

3636
#ifdef __cplusplus
3737
#include <set>

0 commit comments

Comments
 (0)