diff options
author | coyot@coyot-sager-PC <coyot@coyot-sager-PC> | 2017-03-16 22:54:27 +0100 |
---|---|---|
committer | coyot@coyot-sager-PC <coyot@coyot-sager-PC> | 2017-03-16 22:54:27 +0100 |
commit | 664e4b44662ff06ce88bd0a604b0fbf64643337e (patch) | |
tree | e3fefc4dc66bf3cb834639669b9162709ade2312 /indra/newview/llversioninfo.cpp | |
parent | fc56311ebf05d6d6c155e097bffbff9feb0c411f (diff) | |
parent | ed5fda3271acf7917ea3ccc3aedab6f5a9401953 (diff) |
merge
Diffstat (limited to 'indra/newview/llversioninfo.cpp')
-rw-r--r-- | indra/newview/llversioninfo.cpp | 1 |
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; } |