diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-08-04 17:22:50 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-08-04 17:22:50 -0400 |
commit | 2a8e330605ce5ca5755732920885703ab1ed875d (patch) | |
tree | ef7b530d913436a8edb0a70cfcb5449106645883 /indra/llcommon | |
parent | e6d5cc3bd1d678eaad7869a70b75d92772db3fc7 (diff) | |
parent | b4b503d4ac3fb43aea61a9c0b7adb0ae50b096ab (diff) |
merge
Diffstat (limited to 'indra/llcommon')
-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 6e341b83a1..c430a60ff0 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 1; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |