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

* version.h (RUBY_VERSION): 2.3.0 development has started.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2014-12-29 10:43:11 +00:00
parent 316210b80b
commit c5ec8993bd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Dec 29 19:38:01 2014 Yukihiro Matsumoto <matz@ruby-lang.org>
* version.h (RUBY_VERSION): 2.3.0 development has started.
Mon Dec 29 18:58:46 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* re.c (unescape_nonascii): append excape sequence as-is not

View file

@ -1,4 +1,4 @@
#define RUBY_VERSION "2.2.0"
#define RUBY_VERSION "2.3.0"
#define RUBY_RELEASE_DATE "2014-12-29"
#define RUBY_PATCHLEVEL -1
#define RUBY_BRANCH_NAME "trunk"