repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Imported File#ftype spec from rubyspecs.
[rbx.git]
/
lib
/
irb
/
version.rb
blob
afaa79c29d6c0b1d43c887fbd085bd4330c2ae75
1
#
2
# irb/version.rb - irb version definition file
3
# $Release Version: 0.9.5$
4
# $Revision: 11708 $
5
# $Date: 2007-02-12 15:01:19 -0800 (Mon, 12 Feb 2007) $
6
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
7
#
8
# --
9
#
10
#
11
#
12
13
module IRB
14
@RELEASE_VERSION = "0.9.5"
15
@LAST_UPDATE_DATE = "05/04/13"
16
end