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

merge revision(s) 40435:

Typo by @windwiny [Fixes GH-295]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-04-24 15:40:25 +00:00
parent 072ac9a200
commit 8a4fa092e2
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ insertion cursor. #{
end
}
7. Resize the window. This widget has been configured with the "setGrid"
8. Resize the window. This widget has been configured with the "setGrid"
option on, so that if you resize the window it will always resize to an
even number of characters high and wide. Also, if you make the window
narrow you can see that long lines automatically wrap around onto

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-04-25"
#define RUBY_PATCHLEVEL 165
#define RUBY_PATCHLEVEL 166
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 4