diff --git a/ChangeLog b/ChangeLog index 0ea04d51da..8274767d79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 7 12:49:10 2014 SHIBATA Hiroshi + + * man/ruby.1: remove deadlink. [ruby-core:62145][Bug #9773] + Mon Jul 7 12:46:28 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 3a60215365..84f6bf47d7 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -493,8 +493,6 @@ The official web site. hosting many open source ruby projects. .It http://raa.ruby-lang.org Ruby Application Archive. -.It https://github.com/languages/Ruby -Ruby projects on Github. .El .Pp .Sh REPORTING BUGS diff --git a/version.h b/version.h index 2b833b9642..c24df8dce5 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define RUBY_VERSION "2.0.0" #define RUBY_RELEASE_DATE "2014-07-07" -#define RUBY_PATCHLEVEL 525 +#define RUBY_PATCHLEVEL 526 #define RUBY_RELEASE_YEAR 2014 #define RUBY_RELEASE_MONTH 7