From 7b531cf2b470467a13b8fa7bd38231b99708ae4e Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Thu, 14 Oct 2010 13:16:46 +0200 Subject: Changed the display of the GCC version to add more information on the compiler used in llfloaterabout.cpp --- linden/indra/newview/llfloaterabout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 9870cf0..9c1d67b 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp @@ -138,7 +138,7 @@ LLFloaterAbout::LLFloaterAbout() #endif #if LL_GNUC - support.append(llformat("Built with GCC version %d\n\n", GCC_VERSION)); + support.append(llformat("Built with GCC version %s\n\n", __VERSION__)); #endif // Position -- cgit v1.1