summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-15 19:02:51 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-15 19:02:51 +0000
commit19a9fcba3cb407cb05118251faf560338d7a9200 (patch)
treef9f3147595dbf44dcaffd27406340ae1e987bd73
parentdd0eebd62a9eabd491f4c1a56e2bcffa785c7082 (diff)
* version.h: Welcome to the post-1.8.7 world. Radical changes are
inhibited in the ruby_1_8 branch until the 1.8.7 final release goes out of the door. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--version.h10
2 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 691da39379..ce55f968c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 16 04:01:43 2008 Akinori MUSHA <knu@iDaemons.org>
+
+ * version.h: Welcome to the post-1.8.7 world. Radical changes are
+ inhibited in the ruby_1_8 branch until the 1.8.7 final release
+ goes out of the door.
+
Wed Apr 16 02:09:14 2008 Kouhei Sutou <kou@cozmixng.org>
* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
diff --git a/version.h b/version.h
index 1c4efa5298..63e673eeda 100644
--- a/version.h
+++ b/version.h
@@ -1,15 +1,15 @@
-#define RUBY_VERSION "1.8.6"
-#define RUBY_RELEASE_DATE "2008-04-15"
+#define RUBY_VERSION "1.8.7"
+#define RUBY_RELEASE_DATE "2008-04-16"
#define RUBY_VERSION_CODE 186
-#define RUBY_RELEASE_CODE 20080415
+#define RUBY_RELEASE_CODE 20080416
#define RUBY_PATCHLEVEL 5000
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
-#define RUBY_VERSION_TEENY 6
+#define RUBY_VERSION_TEENY 7
#define RUBY_RELEASE_YEAR 2008
#define RUBY_RELEASE_MONTH 4
-#define RUBY_RELEASE_DAY 15
+#define RUBY_RELEASE_DAY 16
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];