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.4.
Hongli Lai (Phusion) (author)
Thu May 01 11:19:37 -0700 2008
commit  a332965fec0c1756961dddcfc1b867359c65910e
tree    389fef67ed7a13b53ad8938da775099d5fafb419
parent  89cd016e92be791b249abc1bd9385edd45d718c4
...
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.3"
0
+PACKAGE_VERSION = "1.0.4"
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.3"
0
+#define PASSENGER_VERSION "1.0.4"
0
 
0
 #ifdef __cplusplus
0
   #include <set>

Comments

    No one has commented yet.