aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/viewer.cpp')
-rw-r--r--linden/indra/newview/viewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer.cpp b/linden/indra/newview/viewer.cpp
index db57f3e..74d08cb 100644
--- a/linden/indra/newview/viewer.cpp
+++ b/linden/indra/newview/viewer.cpp
@@ -1329,7 +1329,7 @@ int main( int argc, char **argv )
1329#endif // LL_WINDOWS 1329#endif // LL_WINDOWS
1330 1330
1331 // Build a string representing the current version number. 1331 // Build a string representing the current version number.
1332 gCurrentVersion = llformat("%d.%d.%d", LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH ); 1332 gCurrentVersion = llformat("%s %d.%d.%d.%d", LL_CHANNEL, LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH, LL_VERSION_BUILD );
1333 1333
1334 // 1334 //
1335 // Various introspection concerning the libs we're using 1335 // Various introspection concerning the libs we're using