aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-15 02:20:50 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-15 02:20:50 +0000
commite753b2e8adc4aa89b43ec80f32d03f67bb60c77e (patch)
treef743b669d2eb3250b47029dad8d21acc26a64b31
parent875f969fd91ad537b3aa8d248ba2c2fe4d86bd6e (diff)
downloadruby-e753b2e8adc4aa89b43ec80f32d03f67bb60c77e.tar.gz
* win32/setup.mak (-version-): now version.h includes
include/ruby/version.h, so need to tell to cpp to check $(srcdir)/include. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ad1aa9f35..d0da86a1f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri May 15 11:17:48 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/setup.mak (-version-): now version.h includes
+ include/ruby/version.h, so need to tell to cpp to check
+ $(srcdir)/include.
+
Thu May 14 16:13:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]