From 4f0439617edfff2fa4dbc8b0c07a65bcf37cda53 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 17 Apr 2012 12:36:07 +0000 Subject: merge revision(s) 34419: [Backport #6307] * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb: fix the default xml namespace URI validation. [ruby-dev:45169] [Bug #5956] Reported by Miho Hiramatsu. Thanks!!! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.h') diff --git a/version.h b/version.h index 67381b8500..4244aee1cf 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.3" -#define RUBY_PATCHLEVEL 187 +#define RUBY_PATCHLEVEL 188 #define RUBY_RELEASE_DATE "2012-04-17" #define RUBY_RELEASE_YEAR 2012 -- cgit v1.2.3