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