diff options
author | simon <none@none> | 2013-04-15 16:30:36 -0700 |
---|---|---|
committer | simon <none@none> | 2013-04-15 16:30:36 -0700 |
commit | c537b63936e49d4e685d96695334fdd7a961b470 (patch) | |
tree | c0d9a51d101eeb3d041dcf286f752b5a6d8468e4 /indra/llcommon | |
parent | 98f438656b3f4ae8a0b6fbd6327cfff3ef243545 (diff) | |
parent | 3e5fb382dd5fd896bd96320e9469286e582220c4 (diff) |
Merge
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 ae5e3ecade..0ea130e86b 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 5; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 264760; const char * const LL_CHANNEL = "Second Life Developer"; |