Title: [855] trunk/activerecord-jdbc: - Bump version to 0.7.1
Revision
855
Author
nicksieger
Date
2007-12-16 01:03:45 -0500 (Sun, 16 Dec 2007)

Log Message

- Bump version to 0.7.1
- Add notes in history about h2

Modified Paths


Diff

Modified: trunk/activerecord-jdbc/History.txt (854 => 855)


--- trunk/activerecord-jdbc/History.txt	2007-12-16 05:47:38 UTC (rev 854)
+++ trunk/activerecord-jdbc/History.txt	2007-12-16 06:03:45 UTC (rev 855)
@@ -1,3 +1,7 @@
+== 0.7.1
+
+- Add adapter and driver for H2 courtesy of Caleb Land
+
 == 0.7
 
 - PLEASE NOTE: This release is not compatible with JRuby releases earlier than

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


--- trunk/activerecord-jdbc/lib/jdbc_adapter/version.rb	2007-12-16 05:47:38 UTC (rev 854)
+++ trunk/activerecord-jdbc/lib/jdbc_adapter/version.rb	2007-12-16 06:03:45 UTC (rev 855)
@@ -1,5 +1,5 @@
 module JdbcAdapter
   module Version
-    VERSION = "0.7"
+    VERSION = "0.7.1"
   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