summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 00:43:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 00:43:00 +0000
commit4b96ecc89f2ca222d0a94f880ee7ca25985a2d96 (patch)
tree04aa513328900b061cb62c22d825eeb01d3dc54b /lib
parent1b023030a88a35118875b068a1fd725c58a32083 (diff)
* lib/rake/version.rb: workaround fix to build. see #7366
[ruby-dev:46522] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rake/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/version.rb b/lib/rake/version.rb
index 4379fc96ad..f6cb389478 100644
--- a/lib/rake/version.rb
+++ b/lib/rake/version.rb
@@ -6,5 +6,5 @@ module Rake
BUILD = 4,
]
end
- VERSION = Version::NUMBERS.join('.')
+ VERSION = "0.9.4"
end