Title: [564] trunk/activerecord-jdbc/Rakefile: Fix the version string
Revision
564
Author
olabini
Date
2007-05-09 16:32:40 -0400 (Wed, 09 May 2007)

Log Message

Fix the version string

Modified Paths


Diff

Modified: trunk/activerecord-jdbc/Rakefile (563 => 564)


--- trunk/activerecord-jdbc/Rakefile	2007-05-09 13:33:02 UTC (rev 563)
+++ trunk/activerecord-jdbc/Rakefile	2007-05-09 20:32:40 UTC (rev 564)
@@ -84,7 +84,7 @@
   Rake::Task['manifest'].invoke # Always regen manifest, so Hoe has up-to-date list of files
 
   require 'hoe'
-  Hoe.new("ActiveRecord-JDBC", "0.3.2pre") do |p|
+  Hoe.new("ActiveRecord-JDBC", "0.3.2") do |p|
     p.rubyforge_name = "jruby-extras"
     p.url = ""
     p.author = "Nick Sieger, Ola Bini and JRuby contributors"
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to