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
|
@ -1,3 +1,7 @@
|
|||
Tue Nov 9 00:50:06 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/rdoc/rdoc.rb: Change version numbering of RDoc and ri
|
||||
|
||||
Tue Nov 9 00:36:26 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
||||
* lib/drb/extservm.rb: add DRb::ExtServManager#uri=.
|
||||
|
|
|
@ -2,14 +2,7 @@
|
|||
#
|
||||
|
||||
|
||||
RDOC_VERSION = "1.0pr1"
|
||||
|
||||
rcs = '$Date$ $Revision$'.
|
||||
gsub(/\$/, '').
|
||||
sub(/Date: /, ': ').
|
||||
sub(/ Revision: (\S+)/) { "(#$1)" }
|
||||
|
||||
VERSION_STRING = %{RDoc V} + RDOC_VERSION + rcs
|
||||
VERSION_STRING = %{RDoc V1.0.1 - 20041108}
|
||||
|
||||
|
||||
require 'rdoc/parsers/parse_rb.rb'
|
||||
|
|
|
@ -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
Reference in a new issue