summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-03 15:43:12 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-03 15:43:12 +0000
commit95338ad304dd1de3840f7cd9b291656c2f98e84c (patch)
treeef5185aa10d0e93fa11b874c78b55c106f98f450
parente363464b86acd76343d80ca8abef74a861f873e3 (diff)
merge revision(s) r45896: [Backport #9773]
* man/ruby.1: remove deadlink. [ruby-core:62145][Bug #9773] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@46675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--man/ruby.12
-rw-r--r--version.h2
3 files changed, 5 insertions, 3 deletions
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 <shibata.hiroshi@gmail.com>
+
+ * man/ruby.1: remove deadlink. [ruby-core:62145][Bug #9773]
+
Fri Jul 4 00:25:16 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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