diff options
author | Oz Linden <oz@lindenlab.com> | 2012-07-25 16:23:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-07-25 16:23:10 -0400 |
commit | f8374e0f1fbcf354ba3780309cdc424fc11e9427 (patch) | |
tree | 555f6251c07aad469539f1d1c8471fd418247ab6 /indra/llcommon | |
parent | 20d7de14fd68f92fe1c2b41bf966f4532248137b (diff) |
increment version to 3.4.0
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 9af16a0ed8..2038681905 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,8 +28,8 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 3; -const S32 LL_VERSION_MINOR = 3; -const S32 LL_VERSION_PATCH = 5; +const S32 LL_VERSION_MINOR = 4; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |