We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Bump version number to 1.9.0.
Hongli Lai (Phusion) (author)
Sun Jun 08 06:57:45 -0700 2008
commit  9e767bc6e3c1f1b7fac9f41d444ea104593035d9
tree    a37fe54b758ec5a2d9a971a4f9f168e86a582bcb
parent  0bd1bca30b3d58ce1ecc24d2ecca0592a6e28ab3
...
27
28
29
30
 
31
32
33
...
27
28
29
 
30
31
32
33
0
@@ -27,7 +27,7 @@ require 'passenger/platform_info'
0
 ##### Configuration
0
 
0
 # Don't forget to edit Configuration.h too
0
-PACKAGE_VERSION = "1.1.0"
0
+PACKAGE_VERSION = "1.9.0"
0
 OPTIMIZE = ["yes", "on", "true"].include?(ENV['OPTIMIZE'])
0
 
0
 include PlatformInfo
...
31
32
33
34
 
35
36
37
...
31
32
33
 
34
35
36
37
0
@@ -31,7 +31,7 @@
0
  */
0
 
0
 /** Module version number. */
0
-#define PASSENGER_VERSION "1.1.0"
0
+#define PASSENGER_VERSION "1.9.0"
0
 
0
 #ifdef __cplusplus
0
   #include <set>

Comments

    No one has commented yet.