We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d25ce commit 205003bCopy full SHA for 205003b
2 files changed
ChangeLog
@@ -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
5
Mon Oct 27 20:20:14 2014 NAKAMURA Usaku <usa@ruby-lang.org>
6
7
* lib/rexml/entity.rb: keep the entity size within the limitation.
version.h
@@ -1,10 +1,10 @@
-#define RUBY_VERSION "2.1.4"
-#define RUBY_RELEASE_DATE "2014-10-27"
-#define RUBY_PATCHLEVEL 265
+#define RUBY_VERSION "2.1.5"
+#define RUBY_RELEASE_DATE "2014-10-28"
+#define RUBY_PATCHLEVEL 266
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 10
-#define RUBY_RELEASE_DAY 27
+#define RUBY_RELEASE_DAY 28
8
9
#include "ruby/version.h"
10
0 commit comments