Skip to content

Commit

Permalink
Merge from ruby_1_8.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_7@16600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
knu committed May 25, 2008
1 parent 7263acf commit 853864b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,15 @@ with all sufficient information, see the ChangeLog file.
The old behavior was inconsistent with Ruby syntax and considered as
a bug.

* date

* Date.parse

'##.##.##' (where each '#' is a digit) is now taken as 'YY.MM.DD'
instead of 'MM.DD.YY'. While the change may confuse you, you can
always use Date.strptime() when you know what you are dealing
with.

* tempfile

* The file name format has changed. No dots are included by default
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.7"
#define RUBY_RELEASE_DATE "2008-05-25"
#define RUBY_RELEASE_DATE "2008-05-26"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20080525
#define RUBY_RELEASE_CODE 20080526
#define RUBY_PATCHLEVEL 0

#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 7
#define RUBY_RELEASE_YEAR 2008
#define RUBY_RELEASE_MONTH 5
#define RUBY_RELEASE_DAY 25
#define RUBY_RELEASE_DAY 26

#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];
Expand Down

0 comments on commit 853864b

Please sign in to comment.