diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-06-22 13:36:17 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-06-22 13:36:17 -0400 |
commit | 2da45d0237b9e4ba7ce7ec239fe1a2863c863917 (patch) | |
tree | 2d4b89b062ba27f57ab1df9338efe78d19f137ac /indra/llcommon | |
parent | e029683826623de6c112d6f50ead6e5d93cc98c9 (diff) | |
parent | f657e8e16f539df5f57bd2fb38fbd6c69a8d6974 (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 cfafbf0470..92cd9bd46a 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 = 4; +const S32 LL_VERSION_PATCH = 5; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |