Title: [905] trunk/activerecord-jdbc: Bump version up to 0.7.3
Revision
905
Author
nicksieger
Date
2008-02-13 15:06:52 -0500 (Wed, 13 Feb 2008)

Log Message

Bump version up to 0.7.3

Modified Paths


Diff

Modified: trunk/activerecord-jdbc/History.txt (904 => 905)


--- trunk/activerecord-jdbc/History.txt	2008-02-13 20:06:32 UTC (rev 904)
+++ trunk/activerecord-jdbc/History.txt	2008-02-13 20:06:52 UTC (rev 905)
@@ -1,3 +1,7 @@
+== 0.7.3
+
+- Fix for Rubyforge #11567 (Matt Williams)
+
 == 0.7.2
 
 - JRUBY-1905: add_column for derby, hsqldb, and postgresql (Stephen Bannasch)

Modified: trunk/activerecord-jdbc/lib/jdbc_adapter/version.rb (904 => 905)


--- trunk/activerecord-jdbc/lib/jdbc_adapter/version.rb	2008-02-13 20:06:32 UTC (rev 904)
+++ trunk/activerecord-jdbc/lib/jdbc_adapter/version.rb	2008-02-13 20:06:52 UTC (rev 905)
@@ -1,5 +1,5 @@
 module JdbcAdapter
   module Version
-    VERSION = "0.7.2"
+    VERSION = "0.7.3"
   end
 end
\ No newline at end of file
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to