summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorMark Palange <palange@lindenlab.com>2008-10-08 00:22:32 +0000
committerMark Palange <palange@lindenlab.com>2008-10-08 00:22:32 +0000
commitb807e3df990e6fad25cd0bca94d2959dac042b13 (patch)
treeaa8b185cac406abe412d76d90a903b450191d84d /indra/llcommon
parent4296542cd062af425d7744c88d6dd2bd00daf532 (diff)
merge r97380-98701 branches/viewer/viewer_1-21 (Viewer RC5 and security fixes) merge to trunk (for real)
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llversionviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index ac568798cf..5a9f2ba227 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -34,7 +34,7 @@
const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 21;
-const S32 LL_VERSION_PATCH = 3;
+const S32 LL_VERSION_PATCH = 5;
const S32 LL_VERSION_BUILD = 97417;
const char * const LL_CHANNEL = "Second Life Release";