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 4df2827 commit 91743cfCopy full SHA for 91743cf
version.h
@@ -1,15 +1,15 @@
1
#define RUBY_VERSION "1.8.6"
2
-#define RUBY_RELEASE_DATE "2010-06-12"
+#define RUBY_RELEASE_DATE "2010-06-22"
3
#define RUBY_VERSION_CODE 186
4
-#define RUBY_RELEASE_CODE 20100612
+#define RUBY_RELEASE_CODE 20100622
5
#define RUBY_PATCHLEVEL 415
6
7
#define RUBY_VERSION_MAJOR 1
8
#define RUBY_VERSION_MINOR 8
9
#define RUBY_VERSION_TEENY 6
10
#define RUBY_RELEASE_YEAR 2010
11
#define RUBY_RELEASE_MONTH 6
12
-#define RUBY_RELEASE_DAY 12
+#define RUBY_RELEASE_DAY 22
13
14
#ifdef RUBY_EXTERN
15
RUBY_EXTERN const char ruby_version[];
0 commit comments