ruby-changes:17554
From: yugui <ko1@a...>
Date: Sat, 23 Oct 2010 18:35:02 +0900 (JST)
Subject: [ruby-changes:17554] Ruby:r29559 (ruby_1_9_2): version.h: reorder some lines to get rid of conflict between
yugui 2010-10-23 18:34:51 +0900 (Sat, 23 Oct 2010) New Revision: 29559 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29559 Log: version.h: reorder some lines to get rid of conflict between my commits and automatic update of RUBY_RELEASE_DATE. Modified files: branches/ruby_1_9_2/version.h Index: ruby_1_9_2/version.h =================================================================== --- ruby_1_9_2/version.h (revision 29558) +++ ruby_1_9_2/version.h (revision 29559) @@ -1,13 +1,13 @@ #define RUBY_VERSION "1.9.2" -#define RUBY_RELEASE_DATE "2010-10-02" #define RUBY_PATCHLEVEL 14 - #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 + #define RUBY_RELEASE_YEAR 2010 #define RUBY_RELEASE_MONTH 10 #define RUBY_RELEASE_DAY 2 +#define RUBY_RELEASE_DATE "2010-10-02" #include "ruby/version.h" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/