diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-09-21 13:51:40 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-09-21 13:51:40 -0700 |
commit | 02a4c4ac0d36318adc8dd6e7f0c46d236b9f39c6 (patch) | |
tree | 5b8234fcd898bdd0d28e9360753be2fc1e484ea9 /indra/llcommon/llversionviewer.h | |
parent | 5304ad274636a07b764264cb6797c72705629fc3 (diff) |
Corrected channel name(s) and version number
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 92d9e1204a..ffec9ea5b1 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 = 1; -const S32 LL_VERSION_PATCH = 2; +const S32 LL_VERSION_MINOR = 2; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |