mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* version.h (RUBY_DESCRIPTION): remove unnecessary space.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
40adf66644
commit
a917be2c28
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Oct 15 16:57:30 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* version.h (RUBY_DESCRIPTION): remove unnecessary space.
|
||||
|
||||
Tue Oct 14 23:18:15 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/delegate.rb (Delegator): simplified and restored 1.8
|
||||
|
|
|
@ -49,7 +49,7 @@ RUBY_EXTERN const char ruby_copyright[];
|
|||
|
||||
# define RUBY_DESCRIPTION \
|
||||
"ruby "RUBY_VERSION \
|
||||
" ("RUBY_RELEASE_DATE" " \
|
||||
" ("RUBY_RELEASE_DATE \
|
||||
RUBY_PATCHLEVEL_STR \
|
||||
RUBY_REVISION_STR") " \
|
||||
"["RUBY_PLATFORM"]"
|
||||
|
|
Loading…
Reference in a new issue