From c2bd2760616f13047fd42ae9b9645efb2c072076 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 9 Mar 2009 00:56:38 +0000 Subject: merge revision(s) 21994: * lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremy Kemper. [ruby-core:20113] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@22842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rexml/rexml.rb | 2 +- version.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2753abaa2a..d158c9ea67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 9 09:56:34 2009 Shugo Maeda + + * lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremy + Kemper. [ruby-core:20113] + Mon Mar 9 09:52:53 2009 Tanaka Akira * io.c (io_getpartial): fflush after read for updating pos in FILE. diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index 8af1697e51..95bc2a7f6d 100644 --- a/lib/rexml/rexml.rb +++ b/lib/rexml/rexml.rb @@ -23,7 +23,7 @@ # online[http://www.germane-software.com/software/rexml/docs/tutorial.html] module REXML COPYRIGHT = "Copyright \xC2\xA9 2001-2006 Sean Russell " - VERSION = "3.1.7.2" + VERSION = "3.1.7.3" DATE = "2007/275" REVISION = "$Revision$".gsub(/\$Revision:|\$/,'').strip diff --git a/version.h b/version.h index de5d2589ed..1114b53986 100644 --- a/version.h +++ b/version.h @@ -2,7 +2,7 @@ #define RUBY_RELEASE_DATE "2009-03-09" #define RUBY_VERSION_CODE 187 #define RUBY_RELEASE_CODE 20090309 -#define RUBY_PATCHLEVEL 147 +#define RUBY_PATCHLEVEL 148 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 -- cgit v1.2.3