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 5b7cdcf commit 778c3b5Copy full SHA for 778c3b5
version.h
@@ -1,14 +1,14 @@
1
#define RUBY_VERSION "1.8.4"
2
-#define RUBY_RELEASE_DATE "2006-03-20"
+#define RUBY_RELEASE_DATE "2006-03-23"
3
#define RUBY_VERSION_CODE 184
4
-#define RUBY_RELEASE_CODE 20060320
+#define RUBY_RELEASE_CODE 20060323
5
6
#define RUBY_VERSION_MAJOR 1
7
#define RUBY_VERSION_MINOR 8
8
#define RUBY_VERSION_TEENY 4
9
#define RUBY_RELEASE_YEAR 2006
10
#define RUBY_RELEASE_MONTH 3
11
-#define RUBY_RELEASE_DAY 20
+#define RUBY_RELEASE_DAY 23
12
13
RUBY_EXTERN const char ruby_version[];
14
RUBY_EXTERN const char ruby_release_date[];
0 commit comments