mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Change version numbering of RDoc and ri
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8b9422f502
commit
79c4db675a
3 changed files with 7 additions and 12 deletions
|
@ -5,8 +5,7 @@ module RI
|
|||
|
||||
require 'rdoc/ri/ri_display'
|
||||
|
||||
VERSION_STRING = "ri: beta1"
|
||||
CVS_ID = "$Id$";
|
||||
VERSION_STRING = "ri v1.0.1 - 20041108"
|
||||
|
||||
class Options
|
||||
|
||||
|
@ -170,8 +169,7 @@ module RI
|
|||
|
||||
# Show the version and exit
|
||||
def show_version
|
||||
cvs_info = CVS_ID.split
|
||||
puts "#{VERSION_STRING} (#{cvs_info[2]} #{cvs_info[3]})"
|
||||
puts VERSION_STRING
|
||||
exit(0)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue