1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
naruse 2012-11-16 00:43:00 +00:00
parent 1b023030a8
commit 4b96ecc89f
2 changed files with 12 additions and 2 deletions

View file

@ -1,9 +1,16 @@
Fri Nov 16 09:41:08 2012 NARUSE, Yui <naruse@ruby-lang.org>
* lib/rake/version.rb: workaround fix to build. see #7366
[ruby-dev:46522]
Fri Nov 16 07:23:18 2012 Eric Hodel <drbrain@segment7.net>
* lib/rake*: Updated to rake 0.9.4
http://rake.rubyforge.org/doc/release_notes/rake-0_9_4_rdoc.html for
a list of changes in 0.9.4.
* test/rake*: ditto
* NEWS: ditto
Fri Nov 16 06:58:52 2012 Eric Hodel <drbrain@segment7.net>
@ -11,8 +18,11 @@ Fri Nov 16 06:58:52 2012 Eric Hodel <drbrain@segment7.net>
* lib/rake*: Updated to rake 0.9.3. See
http://rake.rubyforge.org/doc/release_notes/rake-0_9_3_rdoc.html for
a list of changes in 0.9.3.
* test/rake*: ditto
* bin/rake: ditto
* bin/rake: ditto
* NEWS: ditto
Thu Nov 15 22:39:32 2012 Yusuke Endoh <mame@tsg.ne.jp>

View file

@ -6,5 +6,5 @@ module Rake
BUILD = 4,
]
end
VERSION = Version::NUMBERS.join('.')
VERSION = "0.9.4"
end