summaryrefslogtreecommitdiff
path: root/indra/newview/llversioninfo.cpp
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2017-03-06 14:43:57 -0800
committerGlenn Glazer <coyot@lindenlab.com>2017-03-06 14:43:57 -0800
commit9c5332b301c0e17cd0133944670f79fd485cf7fe (patch)
tree3c32692507c71ee3069cdd5e975dd322ec04d424 /indra/newview/llversioninfo.cpp
parent49552a874c659a7e4864e276f4250d498676a559 (diff)
SL-321: reintegration of autobuild as package, build changes for mac integration
Diffstat (limited to 'indra/newview/llversioninfo.cpp')
-rw-r--r--indra/newview/llversioninfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llversioninfo.cpp b/indra/newview/llversioninfo.cpp
index 375dce485d..bf9d98ee91 100644
--- a/indra/newview/llversioninfo.cpp
+++ b/indra/newview/llversioninfo.cpp
@@ -64,6 +64,7 @@ S32 LLVersionInfo::getPatch()
//static
S32 LLVersionInfo::getBuild()
{
+ std::cout << "What we have IN llversioninfo: " << LL_VIEWER_VERSION_BUILD << std::endl;
return LL_VIEWER_VERSION_BUILD;
}