diff --git a/ChangeLog b/ChangeLog index 8e37c52494..3df29306df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 4 00:42:57 2014 SHIBATA Hiroshi + + * man/ruby.1: remove deadlink. [ruby-core:62145][Bug #9773] + Fri Jul 4 00:25:16 2014 Nobuyoshi Nakada * struct.c (not_a_member): extract name error and use same error diff --git a/man/ruby.1 b/man/ruby.1 index ec79e1d07b..75dff3c435 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -493,8 +493,6 @@ The official web site. hosting many open source ruby projects. .It https://www.ruby-toolbox.com Comprehensive catalog of Ruby libraries. -.It https://github.com/languages/Ruby -Ruby projects on Github. .El .Pp .Sh REPORTING BUGS diff --git a/version.h b/version.h index 25222006c0..dc3d384f6c 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define RUBY_VERSION "2.1.2" #define RUBY_RELEASE_DATE "2014-07-04" -#define RUBY_PATCHLEVEL 163 +#define RUBY_PATCHLEVEL 164 #define RUBY_RELEASE_YEAR 2014 #define RUBY_RELEASE_MONTH 7