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.1.0.
Hongli Lai (Phusion) (author)
Sat Aug 09 04:34:14 -0700 2008
commit  553bd2c8c01c188128e5189ccd6fe41656830a2b
tree    3e8d148e8129390a0009b069d76ac8b921ac6904
parent  603735de7bf9ba334a9a1a8f5aebb140b25a2ce5
...
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.1.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 "2.0.2"
0
+#define PASSENGER_VERSION "2.1.0"
0
 
0
 #ifdef __cplusplus
0
   #include <set>

Comments

    No one has commented yet.