ruby-changes:8444
From: yugui <ko1@a...>
Date: Tue, 28 Oct 2008 11:08:19 +0900 (JST)
Subject: [ruby-changes:8444] Ruby:r19976 (ruby_1_9_1): * version.h: set 1.9.1 into Ruby's version number.
yugui 2008-10-28 11:08:06 +0900 (Tue, 28 Oct 2008) New Revision: 19976 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19976 Log: * version.h: set 1.9.1 into Ruby's version number. Modified files: branches/ruby_1_9_1/ChangeLog branches/ruby_1_9_1/version.h Index: ruby_1_9_1/ChangeLog =================================================================== --- ruby_1_9_1/ChangeLog (revision 19975) +++ ruby_1_9_1/ChangeLog (revision 19976) @@ -1,3 +1,7 @@ +Tue Oct 28 11:06:48 2008 Yuki Sonoda (Yugui) <yugui@y...> + + * version.h: set 1.9.1 into Ruby's version number. + Tue Oct 28 10:42:50 2008 Yuki Sonoda (Yugui) <yugui@y...> * gem_prelude.rb: considers --program-suffix and prefix configure Index: ruby_1_9_1/version.h =================================================================== --- ruby_1_9_1/version.h (revision 19975) +++ ruby_1_9_1/version.h (revision 19976) @@ -1,12 +1,12 @@ -#define RUBY_VERSION "1.9.0" +#define RUBY_VERSION "1.9.1" #define RUBY_RELEASE_DATE "2008-10-28" -#define RUBY_VERSION_CODE 190 +#define RUBY_VERSION_CODE 191 #define RUBY_RELEASE_CODE 20081028 #define RUBY_PATCHLEVEL 0 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 -#define RUBY_VERSION_TEENY 0 +#define RUBY_VERSION_TEENY 1 #define RUBY_RELEASE_YEAR 2008 #define RUBY_RELEASE_MONTH 10 #define RUBY_RELEASE_DAY 28 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/