diff options
author | leyla <leyla@leyla.com> | 2011-03-14 11:28:13 -0700 |
---|---|---|
committer | leyla <leyla@leyla.com> | 2011-03-14 11:28:13 -0700 |
commit | c762beed267115b7670e01219ccff4fc64bdca4c (patch) | |
tree | 8ee42a8defd3bae58759a9dd3517385d830c52b8 /indra/llcommon/llversionviewer.h | |
parent | bc2aca863f5d27f551e48a2de8f879360a3a96ab (diff) | |
parent | 405a748746c8ea040fe0efeda54e58f378289795 (diff) |
Merge
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 7703132d90..15e3ffe1da 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 = 0; +const S32 LL_VERSION_MINOR = 5; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |