summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-15 08:46:31 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-15 08:46:31 +0000
commit86a6fe709ed9949263447b2ce36860b9bfdf5bfd (patch)
treec6404751e0908c32ac386dad9583be17d85979b3
parentea00025e45d0a9120dd9d6cad497cb825e7e1de1 (diff)
* test/net/protocol/test_protocol.rb: the backported test assumed that the
source encoding is UTF-8 (because it's 2.0.0 spec). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/net/protocol/test_protocol.rb1
-rw-r--r--version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/net/protocol/test_protocol.rb b/test/net/protocol/test_protocol.rb
index f6ee4941cf..d8f816edff 100644
--- a/test/net/protocol/test_protocol.rb
+++ b/test/net/protocol/test_protocol.rb
@@ -1,3 +1,4 @@
+# coding: utf-8
require "test/unit"
require "net/protocol"
require "stringio"
diff --git a/version.h b/version.h
index 680f9c044a..7d4cbdc712 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 373
+#define RUBY_PATCHLEVEL 374
#define RUBY_RELEASE_DATE "2013-01-15"
#define RUBY_RELEASE_YEAR 2013