diff options
author | Richard Linden <none@none> | 2011-03-14 17:58:34 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-14 17:58:34 -0700 |
commit | e637a29156f4e0c53e2b4e3a75667f447572de46 (patch) | |
tree | 27ccb70154e6376ee367523b59a8e53443a853fd /indra/llcommon/llversionviewer.h | |
parent | b75060e29095df4200320305fa8a907820a93412 (diff) |
updated version to 2.6.0
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 3838b2b16c..7d5afe92dc 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 = 5; -const S32 LL_VERSION_PATCH = 3; +const S32 LL_VERSION_MINOR = 6; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |