diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-19 14:02:29 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-19 14:02:29 -0400 |
commit | 4ce6d2d909b2298f0165cb90247b3a59ab286c94 (patch) | |
tree | c420bd279bef65978c8046a17aba2248f2c561a0 /indra/llcommon | |
parent | b8069d1c250c03e9fffda0a9264bfd04a12f8292 (diff) |
increment viewer version to 2.6.6
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 bd6df962a1..df5afcbf1c 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 = 6; -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"; |