aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:13 -0500
committerJacek Antonelli2008-08-15 23:45:13 -0500
commitc206147ceffd6836bf0f6fe50d0ae4de77c7dcba (patch)
treed8c59df84d01578baea97fb84899a547218f2c8d /linden/indra/newview/viewer.cpp
parentSecond Life viewer sources 1.18.4.0-RC (diff)
downloadmeta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.zip
meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.gz
meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.bz2
meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.xz
Second Life viewer sources 1.18.4.1-RC
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