public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Bump version to 1.0.5
Hongli Lai (Phusion) (author)
Wed May 07 11:27:40 -0700 2008
commit  d08249a5bf9f8a34032013300da369dab6b715c4
tree    ba5cf6ba1f210542e694646039a9f425086e0979
parent  5623d73808a0c8b26229e8de2e782af14764ecdd
...
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.0.4"
0
+PACKAGE_VERSION = "1.0.5"
0
 
0
 include PlatformInfo
0
 APXS2.nil? and raise "Could not find 'apxs' or 'apxs2'."
...
29
30
31
32
 
33
34
35
...
29
30
31
 
32
33
34
35
0
@@ -29,7 +29,7 @@
0
  */
0
 
0
 /** Module version number. */
0
-#define PASSENGER_VERSION "1.0.4"
0
+#define PASSENGER_VERSION "1.0.5"
0
 
0
 #ifdef __cplusplus
0
   #include <set>

Comments

    No one has commented yet.