diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-03-21 20:04:20 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-03-21 20:04:20 -0400 | 
| commit | 2ee198af7f7d9a87645ba03a28a9dffaaadcb0f4 (patch) | |
| tree | 8a41ca806ac625e238d5abe4cb314b0d9b8f95d2 /indra/llcommon | |
| parent | 877160479bc706310c2839849cff57961ebd4709 (diff) | |
increment viewer version to 3.3.2
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 26ff1b5c55..fafc750690 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 = 3; -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"; | 
