diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-07 10:24:56 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-07 10:24:56 -0800 |
commit | 7f5c3795b7434e437d94287cf6f317b78f0dc501 (patch) | |
tree | cba6a99b6a6dcf31b236c13e81d86b3b825bcf9a /indra/llcommon | |
parent | 5cb2d63979f0ff72cb9351dc9aa070b1990a1f9c (diff) |
Update version number to 2.5.2
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 5a134b5009..15e3ffe1da 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 5; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |