diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-29 18:50:43 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-29 18:50:43 -0400 |
commit | e25dee11ff8b3f4e068c18f39f813563c8b49dc6 (patch) | |
tree | be285979cb98f609fd9675ed0c6d6cb461ea75a9 | |
parent | 3361b5e9e2e5400e31fcb1bcc8066bf4ee3b7eaf (diff) |
increment viewer version to 3.3.4
-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 bfb30f900f..22d0aba51b 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 = 3; +const S32 LL_VERSION_PATCH = 4; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |