aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/version.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 07:41:10 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 07:41:10 +0000
commite913ecfdedcf607ceda5a8a0c0d87368c0bb1ef9 (patch)
tree68a66ece3c0180680e15a58b3860c807995e71dc /lib/irb/version.rb
parent57a67eb8a476bb0a73385a09c1c35b2d55be524e (diff)
downloadruby-e913ecfdedcf607ceda5a8a0c0d87368c0bb1ef9.tar.gz
Backport https://github.com/ruby/irb/pull/2
Fix and improve version string by @stomar git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/version.rb')
-rw-r--r--lib/irb/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb
index f872885e2b..95beced430 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -13,5 +13,5 @@
module IRB # :nodoc:
VERSION = "0.9.6"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "09/06/30"
+ @LAST_UPDATE_DATE = "2009-06-30"
end