We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344e6e1 commit dea64daCopy full SHA for dea64da
Rakefile
@@ -29,7 +29,7 @@ verbose true
29
##### Configuration
30
31
# Don't forget to edit Configuration.h too
32
-PACKAGE_VERSION = "2.0.5"
+PACKAGE_VERSION = "2.0.6"
33
OPTIMIZE = ["yes", "on", "true"].include?(ENV['OPTIMIZE'])
34
35
include PlatformInfo
ext/apache2/Configuration.h
@@ -31,7 +31,7 @@
*/
/** Module version number. */
-#define PASSENGER_VERSION "2.0.5"
+#define PASSENGER_VERSION "2.0.6"
36
#ifdef __cplusplus
37
#include <set>
0 commit comments