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.3.
Hongli Lai (Phusion) (author)
Tue Apr 29 14:58:07 -0700 2008
commit  91f9e0217f83d940f36514ae1cab74b4af54297e
tree    763f9ffd9d2029d623797601abf47e83ad00336e
parent  d773c27a9a4b49a2aa5a8f0d9fba23a6d6987aba
...
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.2"
0
+PACKAGE_VERSION = "1.0.3"
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.2"
0
+#define PASSENGER_VERSION "1.0.3"
0
 
0
 #ifdef __cplusplus
0
   #include <set>

Comments

    No one has commented yet.