diff options
author | Steven Bennetts <steve@lindenlab.com> | 2008-04-23 01:04:01 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2008-04-23 01:04:01 +0000 |
commit | 39018947081772bf7226d757c647520c54b18fd2 (patch) | |
tree | 74b00b3006878d7e576b84cb3240d98c22d67db9 /indra/llcommon/llversionviewer.h | |
parent | c01edec021194bacb86dc9a3f5a3cc655a8cb15f (diff) |
QAR-488 Viewer 1.20 RC 2
merge Branch_1-20-Viewer -r 84760 : 85100 -> release
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index c586acc7d9..a1fd0ff509 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 = 20; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Release"; |