summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-24 08:01:51 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-24 08:01:51 +0000
commit22cc6130861999622bf5449359e0bde1adeb4fcf (patch)
tree73e92e0825897574c0831c2ae2d30e1293df2178
parenta6a235cae0b15570e8c7a8b2122f638821691f9e (diff)
parent8c101e95c6f1e4c063a24fa66416556b50876470 (diff)
add tag v2_0_0_0v2_0_0_0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_0_0_0@39474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/io/console/io-console.gemspec2
-rw-r--r--version.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index 2c65db9c3f..fd8a9aaf3e 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.4.1"
+_VERSION = "0.4.2"
date = %w$Date:: $[1]
Gem::Specification.new do |s|
diff --git a/version.h b/version.h
index 8961a54d49..bf5cd87503 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-02-24"
#define RUBY_PATCHLEVEL 0
-#define RUBY_BRANCH_NAME "trunk"
#define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 2