diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-07-13 15:02:23 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-07-13 15:02:23 -0400 |
commit | ee0e23e77f10a5171899059ff157e8dab29ebd70 (patch) | |
tree | b7fc84c515f7c03d31f48bc9d23d808400853cd4 /indra/llcommon | |
parent | f0c7413e46aef65b995c1c48910526be6f27b35d (diff) | |
parent | dd3069127bb437e95d106734e8a0ab95307e297c (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 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"; |