summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-30 14:43:44 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-30 14:43:44 +0000
commit85f3339697f48cdc292374d3ae6b079d67c22274 (patch)
treecd8b8ca9a4c36a7415481ee9f4b8ceddae797826
parent6a2b4ced6ad48ee7db0afdf564dcbb6cd3bfbd76 (diff)
merge revision(s) r48878: [Backport #9591]
io-console.gemspec: bump up * ext/io/console/io-console.gemspec: bump up to 0.4.3. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@50127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/io/console/io-console.gemspec2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index f71e1b9b8f..309b9bd85b 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.4.2"
+_VERSION = "0.4.3"
date = %w$Date:: $[1]
Gem::Specification.new do |s|
diff --git a/version.h b/version.h
index 8ec02875c8..a4fb874f77 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.1.5"
#define RUBY_RELEASE_DATE "2015-03-30"
-#define RUBY_PATCHLEVEL 322
+#define RUBY_PATCHLEVEL 323
#define RUBY_RELEASE_YEAR 2015
#define RUBY_RELEASE_MONTH 3