From df083b39d377838169c82ce464b849d2383ff27d Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 13 Jul 2009 08:07:23 +0000 Subject: merges r24002 from trunk into ruby_1_9_1. -- Remove debug print. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24076 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 f267bef03..b6b3c9134 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,7 @@ #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 -#define RUBY_PATCHLEVEL 225 +#define RUBY_PATCHLEVEL 226 #define RUBY_RELEASE_YEAR 2009 #define RUBY_RELEASE_MONTH 7 #define RUBY_RELEASE_DAY 12 -- cgit