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

ruby-changes:4557

From: ko1@a...
Date: Wed, 16 Apr 2008 04:03:04 +0900 (JST)
Subject: [ruby-changes:4557] knu - Ruby:r16051 (ruby_1_8): * version.h: Welcome to the post-1.8.7 world. Radical changes are

knu	2008-04-16 04:02:51 +0900 (Wed, 16 Apr 2008)

  New Revision: 16051

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/version.h

  Log:
    * version.h: Welcome to the post-1.8.7 world.  Radical changes are
      inhibited in the ruby_1_8 branch until the 1.8.7 final release
      goes out of the door.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=16051&r2=16050&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?r1=16051&r2=16050&diff_format=u

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 16050)
+++ ruby_1_8/ChangeLog	(revision 16051)
@@ -1,3 +1,9 @@
+Wed Apr 16 04:01:43 2008  Akinori MUSHA  <knu@i...>
+
+	* version.h: Welcome to the post-1.8.7 world.  Radical changes are
+	  inhibited in the ruby_1_8 branch until the 1.8.7 final release
+	  goes out of the door.
+
 Wed Apr 16 02:09:14 2008  Kouhei Sutou  <kou@c...>
 
 	* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
Index: ruby_1_8/version.h
===================================================================
--- ruby_1_8/version.h	(revision 16050)
+++ ruby_1_8/version.h	(revision 16051)
@@ -1,15 +1,15 @@
-#define RUBY_VERSION "1.8.6"
-#define RUBY_RELEASE_DATE "2008-04-15"
+#define RUBY_VERSION "1.8.7"
+#define RUBY_RELEASE_DATE "2008-04-16"
 #define RUBY_VERSION_CODE 186
-#define RUBY_RELEASE_CODE 20080415
+#define RUBY_RELEASE_CODE 20080416
 #define RUBY_PATCHLEVEL 5000
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8
-#define RUBY_VERSION_TEENY 6
+#define RUBY_VERSION_TEENY 7
 #define RUBY_RELEASE_YEAR 2008
 #define RUBY_RELEASE_MONTH 4
-#define RUBY_RELEASE_DAY 15
+#define RUBY_RELEASE_DAY 16
 
 #ifdef RUBY_EXTERN
 RUBY_EXTERN const char ruby_version[];

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

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