diff options
author | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
commit | c206147ceffd6836bf0f6fe50d0ae4de77c7dcba (patch) | |
tree | d8c59df84d01578baea97fb84899a547218f2c8d /linden/indra/newview/viewer.cpp | |
parent | Second Life viewer sources 1.18.4.0-RC (diff) | |
download | meta-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.cpp | 2 |
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 |