lib/bio/shell/core.rb in bio-1.2.1 vs lib/bio/shell/core.rb in bio-1.3.0

- old
+ new

@@ -3,11 +3,11 @@ # # Copyright:: Copyright (C) 2005, 2006 # Toshiaki Katayama <k@bioruby.org> # License:: The Ruby License # -# $Id: core.rb,v 1.27 2007/06/28 11:21:40 k Exp $ +# $Id:$ # module Bio::Shell::Core SHELLDIR = "shell" @@ -554,10 +554,10 @@ else STDERR.print splash_message end STDERR.puts STDERR.puts - STDERR.print " Version : BioRuby #{Bio::BIORUBY_VERSION.join(".")}" + STDERR.print " Version : BioRuby #{Bio::BIORUBY_VERSION_ID}" STDERR.print " / Ruby #{RUBY_VERSION}" STDERR.puts STDERR.puts end