diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-02-15 10:13:09 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-02-15 10:13:09 -0500 |
commit | 2d8e34c788ce3c9c95028bc989341fd17630a8a8 (patch) | |
tree | 6834324312a4e21bb66138d4dfa271e25b623467 | |
parent | cf728ab09ec12c73e95b8e2304a3b69c9460182e (diff) | |
parent | 3555849644ff228a189dd2a21e57def22f142e5d (diff) |
Automated merge up from viewer-development into mesh-development
-rw-r--r-- | .hgtags | 1 | ||||
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -71,3 +71,4 @@ b723921b5c711bd24dbe77dc76ef488b544dac78 2.5.0-beta3 b723921b5c711bd24dbe77dc76ef488b544dac78 DRTVWR-34_2.5.0-beta3 b723921b5c711bd24dbe77dc76ef488b544dac78 2.5.0-release b723921b5c711bd24dbe77dc76ef488b544dac78 DRTVWR-31_2.5.0-release +92e58e51776a4f8c29069b1a62ff21454d2085f0 2.6.0-start diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 7d5afe92dc..7703132d90 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,7 +28,7 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 2; -const S32 LL_VERSION_MINOR = 6; +const S32 LL_VERSION_MINOR = 7; const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; |