diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-11-03 10:55:10 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-11-03 10:55:10 -0400 |
commit | 0c4adf499db20eadabe5aa49f2f4afd34525d60d (patch) | |
tree | 62c1e4f3bc38bc5ec89919abaa1a94491fbbb835 /indra/llcommon | |
parent | 6c9227df13facff681adb95b9715c35cc3077531 (diff) | |
parent | 8f47f2222c207938c8fc55158a6fff64ccf1e781 (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 aa37a03ef8..fc1c1449da 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 2; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |