From f1ab1d43ea2bebdcf3c577b74e0a11c4e8f71f2a Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 15 Feb 2007 08:18:26 +0000 Subject: * version.h: Welcome to the post-1.8.6 world. Radical changes are inhibited in the ruby_1_8 branch until the 1.8.6 final release goes out of the door. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ version.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 302652ace8..18479130f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 15 17:13:32 2007 Akinori MUSHA + + * version.h: Welcome to the post-1.8.6 world. Radical changes are + inhibited in the ruby_1_8 branch until the 1.8.6 final release + goes out of the door. + Thu Feb 15 16:44:14 2007 Akinori MUSHA * lib/uri/generic.rb (URI::Generic::userinfo): Considering how diff --git a/version.h b/version.h index 80f024e454..ae1a83f378 100644 --- a/version.h +++ b/version.h @@ -1,12 +1,12 @@ -#define RUBY_VERSION "1.8.5" +#define RUBY_VERSION "1.8.6" #define RUBY_RELEASE_DATE "2007-02-15" -#define RUBY_VERSION_CODE 185 +#define RUBY_VERSION_CODE 186 #define RUBY_RELEASE_CODE 20070215 #define RUBY_PATCHLEVEL 5000 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 -#define RUBY_VERSION_TEENY 5 +#define RUBY_VERSION_TEENY 6 #define RUBY_RELEASE_YEAR 2007 #define RUBY_RELEASE_MONTH 2 #define RUBY_RELEASE_DAY 15 -- cgit v1.2.3