diff options
author | Oz Linden <oz@lindenlab.com> | 2012-09-12 18:37:11 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-09-12 18:37:11 -0400 |
commit | ae127dc01ab10d407cf165ae2ad74060f65c1832 (patch) | |
tree | 8f3e63c6546143a589734a5b8d662cb754197c1b | |
parent | a8aa7dbd8b64113573ee33ee7c267f17b26c3c39 (diff) |
increment version to 3.4.2
-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 bcc661a920..b12aa8826a 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 = 4; -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"; |