We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0a3f7 commit 7693578Copy full SHA for 7693578
ChangeLog
@@ -1,3 +1,7 @@
1
+Wed Sep 24 01:43:13 2014 CHIKANAGA Tomoyuki <[email protected]>
2
+
3
+ * version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.4.
4
5
Fri Sep 19 00:58:34 2014 CHIKANAGA Tomoyuki <[email protected]>
6
7
* version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.3.
version.h
@@ -1,10 +1,10 @@
-#define RUBY_VERSION "2.1.3"
-#define RUBY_RELEASE_DATE "2014-09-19"
-#define RUBY_PATCHLEVEL 242
+#define RUBY_VERSION "2.1.4"
+#define RUBY_RELEASE_DATE "2014-09-24"
+#define RUBY_PATCHLEVEL 243
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 9
-#define RUBY_RELEASE_DAY 19
+#define RUBY_RELEASE_DAY 24
8
9
#include "ruby/version.h"
10
0 commit comments