diff options
author | Oz Linden <oz@lindenlab.com> | 2011-07-09 07:58:11 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-07-09 07:58:11 -0400 |
commit | b40a44d24d7e59d9102f603a28ab329046e34b5d (patch) | |
tree | 487c7ac3a1f1c1402c701e82241e3ec889f6d22a /indra/llcommon | |
parent | 9ee4051df097d7a24efd46c26614fd69df5ed63f (diff) |
increment version to 2.8.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 69720bb903..3dcaca4f16 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,8 +28,8 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 2; -const S32 LL_VERSION_MINOR = 7; -const S32 LL_VERSION_PATCH = 6; +const S32 LL_VERSION_MINOR = 8; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |