diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-04 16:40:55 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-04 16:40:55 -0400 |
commit | bdd17086726b0c47df18935e6833a10b706e3ee5 (patch) | |
tree | 9f3a3af4f7c8f701221a18e6a8017b55d538ecf2 /indra | |
parent | dd0094ada48af0a7596eba218ddc5f43197e4823 (diff) |
increment viewer version to 3.3.3
Diffstat (limited to 'indra')
-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 fafc750690..bfb30f900f 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 = 2; +const S32 LL_VERSION_PATCH = 3; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |