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

ruby-changes:18931

From: nobu <ko1@a...>
Date: Fri, 25 Feb 2011 06:09:43 +0900 (JST)
Subject: [ruby-changes:18931] Ruby:r30956 (trunk): * common.mk (love): make ruby, not war.

nobu	2011-02-25 06:09:32 +0900 (Fri, 25 Feb 2011)

  New Revision: 30956

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

  Log:
    * common.mk (love): make ruby, not war.

  Modified files:
    trunk/common.mk
    trunk/version.h

Index: common.mk
===================================================================
--- common.mk	(revision 30955)
+++ common.mk	(revision 30956)
@@ -892,6 +892,7 @@
 	$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
 
 love: ruby
+	@echo Not war.
 
 help: PHONY
 	$(MESSAGE_BEGIN) \
Index: version.h
===================================================================
--- version.h	(revision 30955)
+++ version.h	(revision 30956)
@@ -1,11 +1,11 @@
 #define RUBY_VERSION "1.9.3"
-#define RUBY_RELEASE_DATE "2011-02-24"
+#define RUBY_RELEASE_DATE "2011-02-25"
 #define RUBY_PATCHLEVEL -1
 #define RUBY_BRANCH_NAME "trunk"
 
 #define RUBY_RELEASE_YEAR 2011
 #define RUBY_RELEASE_MONTH 2
-#define RUBY_RELEASE_DAY 24
+#define RUBY_RELEASE_DAY 25
 
 #include "ruby/version.h"
 

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

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