summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--intern.h1
-rw-r--r--version.h10
3 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d00bf0430..29f199e554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+Sat Jan 1 10:59:11 2011 Nobuyoshi Nakada <[email protected]>
+
+ * intern.h (VALUE rb_ary_join): I have never seen this function
+ anywhere.
+
Mon Dec 27 15:55:36 2010 NAKAMURA Usaku <[email protected]>
* win32/README.win32: note to need NT based OS to build ruby.
* win32/{configure.bat,setup.mak}: backport current build method from
- trunk. [ruby-dev:42893] (#4206)
+ trunk. [ruby-dev:42893] (#4206)
Thu Dec 23 12:11:22 2010 Tanaka Akira <[email protected]>
diff --git a/intern.h b/intern.h
index db49fa7d4e..927cdf2ea2 100644
--- a/intern.h
+++ b/intern.h
@@ -47,7 +47,6 @@ VALUE rb_ary_unshift _((VALUE, VALUE));
VALUE rb_ary_entry _((VALUE, long));
VALUE rb_ary_each _((VALUE));
VALUE rb_ary_join _((VALUE, VALUE));
-VALUE rb_ary_print_on _((VALUE, VALUE));
VALUE rb_ary_reverse _((VALUE));
VALUE rb_ary_sort _((VALUE));
VALUE rb_ary_sort_bang _((VALUE));
diff --git a/version.h b/version.h
index b14693b7ff..60e69f736e 100644
--- a/version.h
+++ b/version.h
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.8"
-#define RUBY_RELEASE_DATE "2010-12-27"
+#define RUBY_RELEASE_DATE "2011-01-01"
#define RUBY_VERSION_CODE 188
-#define RUBY_RELEASE_CODE 20101227
+#define RUBY_RELEASE_CODE 20110101
#define RUBY_PATCHLEVEL 1
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 8
-#define RUBY_RELEASE_YEAR 2010
-#define RUBY_RELEASE_MONTH 12
-#define RUBY_RELEASE_DAY 27
+#define RUBY_RELEASE_YEAR 2011
+#define RUBY_RELEASE_MONTH 1
+#define RUBY_RELEASE_DAY 1
#define NO_STRING_LITERAL_CONCATENATION 1
#ifdef RUBY_EXTERN