diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-06-27 18:26:12 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-06-27 18:26:12 -0400 |
commit | 3b05866653606c247827747b0e767cd1a2545ac8 (patch) | |
tree | 5b7c62f7e5188a2b9aa546afe36dbfc4b7224380 /indra/llcommon/llversionviewer.h | |
parent | 4df70b55233ecf6bd6ed89a42281ce62d90c672f (diff) | |
parent | 5c9fc7d24f0d060bcb86ed5b03cb9ba9c7282038 (diff) |
merge
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 92cd9bd46a..69720bb903 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 = 5; +const S32 LL_VERSION_PATCH = 6; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |