diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-10 20:27:45 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-10 20:27:45 -0500 |
commit | 1426765e82549ec9d17a0f90d902f25c0e785bbd (patch) | |
tree | f914b5ad250512090b2430b4566a19d40b400eb1 /indra/llcommon | |
parent | 57c5d474013793f622ac77a139251a54b056cb00 (diff) |
increment version to 2.5.3
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 15e3ffe1da..3838b2b16c 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 = 2; +const S32 LL_VERSION_PATCH = 3; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |