From 327adb32e372d90ce5c53eee5915a9857910a062 Mon Sep 17 00:00:00 2001 From: azav Date: Sat, 13 Nov 2010 19:32:35 +0000 Subject: [PATCH] * symbian/setup (config.h): Added HAVE_LABS and HAVE_LLABS to config.h. * symbian/configure.bat: Changed packaging version in line with API style 3 versioning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5d0e261e3e..b61599e73d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Nov 14 04:22:32 2010 Alexander Zavorine + + * symbian/setup (config.h): Added HAVE_LABS and HAVE_LLABS to config.h. + + * symbian/configure.bat: Changed packaging version in line with API style 3 versioning. + Sat Nov 13 16:37:56 2010 Nobuyoshi Nakada * common.mk (showflags, help): emit messages at once.