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 d07c776 commit 9217b68Copy full SHA for 9217b68
version.h
@@ -1,14 +1,14 @@
1
#define RUBY_VERSION "1.8.2"
2
-#define RUBY_RELEASE_DATE "2005-02-08"
+#define RUBY_RELEASE_DATE "2005-02-09"
3
#define RUBY_VERSION_CODE 182
4
-#define RUBY_RELEASE_CODE 20050208
+#define RUBY_RELEASE_CODE 20050209
5
6
#define RUBY_VERSION_MAJOR 1
7
#define RUBY_VERSION_MINOR 8
8
#define RUBY_VERSION_TEENY 2
9
#define RUBY_RELEASE_YEAR 2005
10
#define RUBY_RELEASE_MONTH 2
11
-#define RUBY_RELEASE_DAY 8
+#define RUBY_RELEASE_DAY 9
12
13
RUBY_EXTERN const char ruby_version[];
14
RUBY_EXTERN const char ruby_release_date[];
0 commit comments