Skip to content

Commit 205003b

Browse files
committed
* version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.5.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@48176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 31d25ce commit 205003b

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
火 10 28 22:19:44 2014 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
2+
3+
* version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.5.
4+
15
Mon Oct 27 20:20:14 2014 NAKAMURA Usaku <usa@ruby-lang.org>
26

37
* lib/rexml/entity.rb: keep the entity size within the limitation.

version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#define RUBY_VERSION "2.1.4"
2-
#define RUBY_RELEASE_DATE "2014-10-27"
3-
#define RUBY_PATCHLEVEL 265
1+
#define RUBY_VERSION "2.1.5"
2+
#define RUBY_RELEASE_DATE "2014-10-28"
3+
#define RUBY_PATCHLEVEL 266
44

55
#define RUBY_RELEASE_YEAR 2014
66
#define RUBY_RELEASE_MONTH 10
7-
#define RUBY_RELEASE_DAY 27
7+
#define RUBY_RELEASE_DAY 28
88

99
#include "ruby/version.h"
1010

0 commit comments

Comments
 (0)