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 cab10ef commit 336ed53Copy full SHA for 336ed53
version.h
@@ -1,14 +1,14 @@
1
#define RUBY_VERSION "1.8.7"
2
-#define RUBY_RELEASE_DATE "2008-08-11"
+#define RUBY_RELEASE_DATE "2008-11-11"
3
#define RUBY_VERSION_CODE 187
4
-#define RUBY_RELEASE_CODE 20080811
+#define RUBY_RELEASE_CODE 20081111
5
#define RUBY_PATCHLEVEL 73
6
7
#define RUBY_VERSION_MAJOR 1
8
#define RUBY_VERSION_MINOR 8
9
#define RUBY_VERSION_TEENY 7
10
#define RUBY_RELEASE_YEAR 2008
11
-#define RUBY_RELEASE_MONTH 8
+#define RUBY_RELEASE_MONTH 11
12
#define RUBY_RELEASE_DAY 11
13
14
#ifdef RUBY_EXTERN
0 commit comments