From c8726aba303bcf1207b730a344536e25491420bc Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 10 Nov 2015 09:48:56 -0500 Subject: remove execute permission from many files that should not have it --- indra/newview/llversioninfo.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 indra/newview/llversioninfo.cpp (limited to 'indra/newview/llversioninfo.cpp') diff --git a/indra/newview/llversioninfo.cpp b/indra/newview/llversioninfo.cpp old mode 100755 new mode 100644 -- cgit v1.2.3 From b46627ffc4f9dd72d252121768da8cd91f185f63 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Thu, 4 Feb 2016 23:32:42 -0500 Subject: add build configuration to the About box if it is not Release remove some superfluous other information from About --- indra/newview/llversioninfo.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llversioninfo.cpp') diff --git a/indra/newview/llversioninfo.cpp b/indra/newview/llversioninfo.cpp index e53de8be32..a0ca91672a 100644 --- a/indra/newview/llversioninfo.cpp +++ b/indra/newview/llversioninfo.cpp @@ -172,3 +172,8 @@ LLVersionInfo::ViewerMaturity LLVersionInfo::getViewerMaturity() } +const std::string &LLVersionInfo::getBuildConfig() +{ + static const std::string build_configuration(LLBUILD_CONFIG); // set in indra/cmake/BuildVersion.cmake + return build_configuration; +} -- cgit v1.2.3