[前][次][番号順一覧][スレッド一覧]

ruby-changes:12377

From: yugui <ko1@a...>
Date: Mon, 13 Jul 2009 16:14:28 +0900 (JST)
Subject: [ruby-changes:12377] Ruby:r24075 (ruby_1_9_1): version.h: swaps lines so that the maintenance script can handle them easily.

yugui	2009-07-13 16:12:10 +0900 (Mon, 13 Jul 2009)

  New Revision: 24075

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24075

  Log:
    version.h: swaps lines so that the maintenance script can handle them easily.

  Modified files:
    branches/ruby_1_9_1/version.h

Index: ruby_1_9_1/version.h
===================================================================
--- ruby_1_9_1/version.h	(revision 24074)
+++ ruby_1_9_1/version.h	(revision 24075)
@@ -1,9 +1,10 @@
 #define RUBY_VERSION "1.9.1"
 #define RUBY_RELEASE_DATE "2009-07-12"
-#define RUBY_PATCHLEVEL 225
+
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 9
 #define RUBY_VERSION_TEENY 1
+#define RUBY_PATCHLEVEL 225
 #define RUBY_RELEASE_YEAR 2009
 #define RUBY_RELEASE_MONTH 7
 #define RUBY_RELEASE_DAY 12

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]