diff options
author | Oz Linden <oz@lindenlab.com> | 2012-07-27 16:22:33 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-07-27 16:22:33 -0400 |
commit | b8bac66a0f8c392a221ad2c64611e2a55de82339 (patch) | |
tree | bcd8410301f9907a333fcb79ef00375619d4be87 /indra | |
parent | 1869a399beb2cb3fa52d21f9c288f4c3b6ab4deb (diff) |
increment version to 3.4.1
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 2038681905..bcc661a920 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 = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |