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

ruby-changes:12539

From: nobu <ko1@a...>
Date: Thu, 23 Jul 2009 00:09:47 +0900 (JST)
Subject: [ruby-changes:12539] Ruby:r24246 (trunk): * ChangeLog: fixed a typo.

nobu	2009-07-23 00:07:57 +0900 (Thu, 23 Jul 2009)

  New Revision: 24246

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

  Log:
    * ChangeLog: fixed a typo.

  Modified files:
    trunk/ChangeLog
    trunk/version.h

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 24245)
+++ ChangeLog	(revision 24246)
@@ -50,7 +50,7 @@
 
 Wed Jul 22 10:00:53 2009  NAKAMURA Usaku  <usa@r...>
 
-	* win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.
+	* win32/win32.c (WSAMSG): get rid of compile error on VC9 and mingw.
 
 Wed Jul 22 02:33:57 2009  Keiju Ishitsuka  <keiju@e...>
 
Index: version.h
===================================================================
--- version.h	(revision 24245)
+++ version.h	(revision 24246)
@@ -1,5 +1,5 @@
 #define RUBY_VERSION "1.9.2"
-#define RUBY_RELEASE_DATE "2009-07-22"
+#define RUBY_RELEASE_DATE "2009-07-23"
 #define RUBY_PATCHLEVEL -1
 #define RUBY_BRANCH_NAME "trunk"
 
@@ -8,7 +8,7 @@
 #define RUBY_VERSION_TEENY 1
 #define RUBY_RELEASE_YEAR 2009
 #define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 22
+#define RUBY_RELEASE_DAY 23
 
 #include "ruby/version.h"
 

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

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