* 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:
parent
1b023030a8
commit
4b96ecc89f
12
ChangeLog
12
ChangeLog
@ -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>
|
Fri Nov 16 07:23:18 2012 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* lib/rake*: Updated to rake 0.9.4
|
* lib/rake*: Updated to rake 0.9.4
|
||||||
http://rake.rubyforge.org/doc/release_notes/rake-0_9_4_rdoc.html for
|
http://rake.rubyforge.org/doc/release_notes/rake-0_9_4_rdoc.html for
|
||||||
a list of changes in 0.9.4.
|
a list of changes in 0.9.4.
|
||||||
|
|
||||||
* test/rake*: ditto
|
* test/rake*: ditto
|
||||||
|
|
||||||
* NEWS: ditto
|
* NEWS: ditto
|
||||||
|
|
||||||
Fri Nov 16 06:58:52 2012 Eric Hodel <drbrain@segment7.net>
|
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
|
* lib/rake*: Updated to rake 0.9.3. See
|
||||||
http://rake.rubyforge.org/doc/release_notes/rake-0_9_3_rdoc.html for
|
http://rake.rubyforge.org/doc/release_notes/rake-0_9_3_rdoc.html for
|
||||||
a list of changes in 0.9.3.
|
a list of changes in 0.9.3.
|
||||||
|
|
||||||
* test/rake*: ditto
|
* test/rake*: ditto
|
||||||
* bin/rake: ditto
|
|
||||||
|
* bin/rake: ditto
|
||||||
|
|
||||||
* NEWS: ditto
|
* NEWS: ditto
|
||||||
|
|
||||||
Thu Nov 15 22:39:32 2012 Yusuke Endoh <mame@tsg.ne.jp>
|
Thu Nov 15 22:39:32 2012 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
@ -6,5 +6,5 @@ module Rake
|
|||||||
BUILD = 4,
|
BUILD = 4,
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
VERSION = Version::NUMBERS.join('.')
|
VERSION = "0.9.4"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user