diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-27 18:24:56 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-27 18:24:56 -0400 |
commit | 17de5c7c46621603443fc531d8b4660e946ad098 (patch) | |
tree | abba59e59e390afb1cd0f5a8c3252ec770e625c0 /indra/llcommon | |
parent | 97f744f25176297bf007b437e8d97ecc3f2f79d5 (diff) |
increment viewer version to 2.7.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 2da578eaf1..67a83c7aa8 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 = 7; -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"; |