diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-15 16:14:07 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-15 16:14:07 -0400 |
commit | 742dd75751f65224d80eb4f7d20daf5a21776c5f (patch) | |
tree | 3725a1f208838bcd399f4774220722627bcff37b /indra | |
parent | 47b3d76790f3232db485a1dc909361bb31a38013 (diff) |
increment viewer version to 2.6.1
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 7d5afe92dc..117d96ffa6 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 = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |