diff options
author | Oz Linden <oz@lindenlab.com> | 2011-07-11 08:44:19 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-07-11 08:44:19 -0400 |
commit | c94bc42892610c905942c73d960e9d186da640e5 (patch) | |
tree | b17492059409b87dd95afb03ae6fe875749382f8 /indra/llcommon | |
parent | 1927214e665112134d1f99cdf11ea26fda6300cb (diff) |
increment viewer version to 2.8.1
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 3dcaca4f16..0018b8e844 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 = 8; -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"; |