Skip to content

Commit 85f3339

Browse files
committed
merge revision(s) r48878: [Backport ruby#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
1 parent 6a2b4ce commit 85f3339

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/io/console/io-console.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- ruby -*-
2-
_VERSION = "0.4.2"
2+
_VERSION = "0.4.3"
33
date = %w$Date:: $[1]
44

55
Gem::Specification.new do |s|

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.5"
22
#define RUBY_RELEASE_DATE "2015-03-30"
3-
#define RUBY_PATCHLEVEL 322
3+
#define RUBY_PATCHLEVEL 323
44

55
#define RUBY_RELEASE_YEAR 2015
66
#define RUBY_RELEASE_MONTH 3

0 commit comments

Comments
 (0)