summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-25 09:16:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-25 09:16:08 +0000
commitd75e2ea21fe178100bd5c9d10b2e2f19b8125f10 (patch)
treeb93f46d5ab9d2afcbdba7738f5b6d85245556c61 /version.h
parent73c592d57093b53f54466a87d5bd27f656a6273c (diff)
merge revision(s) 37032:
test_gem_installer.rb: restore ARGV * test/rubygems/test_gem_installer.rb (TestGemInstaller#test_install_creates_binstub_that_dont_trust_encoding): restore ARGV properly, non-ascii strings in different encodings are not equal. [ruby-core:45975] [Bug #6673] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 99ff57d096..e9b90dbd8e 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 299
+#define RUBY_PATCHLEVEL 300
#define RUBY_RELEASE_DATE "2012-10-25"
#define RUBY_RELEASE_YEAR 2012