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 e6d0669 commit b777233Copy full SHA for b777233
version.h
@@ -1,15 +1,15 @@
1
#define RUBY_VERSION "1.8.6"
2
-#define RUBY_RELEASE_DATE "2008-07-06"
+#define RUBY_RELEASE_DATE "2008-07-07"
3
#define RUBY_VERSION_CODE 186
4
-#define RUBY_RELEASE_CODE 20080706
5
-#define RUBY_PATCHLEVEL 265
+#define RUBY_RELEASE_CODE 20080707
+#define RUBY_PATCHLEVEL 266
6
7
#define RUBY_VERSION_MAJOR 1
8
#define RUBY_VERSION_MINOR 8
9
#define RUBY_VERSION_TEENY 6
10
#define RUBY_RELEASE_YEAR 2008
11
#define RUBY_RELEASE_MONTH 7
12
-#define RUBY_RELEASE_DAY 6
+#define RUBY_RELEASE_DAY 7
13
14
#ifdef RUBY_EXTERN
15
RUBY_EXTERN const char ruby_version[];
0 commit comments