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 to 2.0.3.
Hongli Lai (Phusion) (author)
Sat Aug 09 05:19:42 -0700 2008
commit  e4969802aa50007f555e403100524cea795e6049
tree    61def3555670f901735d38cfb64aab0df9d83bfc
parent  54aa5cb2454d2bb1d05acc550262f0a26d655ecd
...
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 = "2.0.2"
0
+PACKAGE_VERSION = "2.0.3"
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 "2.0.2"
0
+#define PASSENGER_VERSION "2.0.3"
0
 
0
 #ifdef __cplusplus
0
   #include <set>

Comments

    No one has commented yet.