diff options
author | Oz Linden <oz@lindenlab.com> | 2011-11-30 15:27:00 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-11-30 15:27:00 -0500 |
commit | f5a94e0f8196c5c068995090cd57bb27e97aaac9 (patch) | |
tree | 9b516b3776c5b8c1ef202dc952312334d9f97d60 /indra | |
parent | 8294179dbc7e2376fa7773a77e536e9a31479b87 (diff) |
increment viewer version to 3.2.5
Diffstat (limited to 'indra')
-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 b50405421d..deac3d1780 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 = 2; -const S32 LL_VERSION_PATCH = 4; +const S32 LL_VERSION_PATCH = 5; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |