lib/ruby-vpi.rb in ruby-vpi-21.0.0 vs lib/ruby-vpi.rb in ruby-vpi-21.1.0
- old
+ new
@@ -4,12 +4,12 @@
# See the file named LICENSE for details.
module RubyVPI
Project = {
:name => 'ruby-vpi',
- :version => '21.0.0',
- :release => '2008-06-08',
- :website => "http://ruby-vpi.rubyforge.org",
+ :version => '21.1.0',
+ :release => '2008-08-02',
+ :website => 'http://ruby-vpi.rubyforge.org',
:home => File.expand_path(File.join(File.dirname(__FILE__), '..'))
}
Simulator = Struct.new(:id, :name, :compiler_args, :linker_args)