summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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