diff options
author | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-04-04 08:25:09 -0700 |
---|---|---|
committer | Graham Madarasz (Graham Linden) <graham@lindenlab.com> | 2013-04-04 08:25:09 -0700 |
commit | 1517d061bc51dc6e63ba47283875a72db3c4b588 (patch) | |
tree | dd56e399ae2a6238744579b15f03f35eab0d93cc /indra/llcommon | |
parent | 7bd15e59175fcb11ea620459db600ca018707d38 (diff) | |
parent | 57b371ab9b5d55b41f3760b48e5e0b0aa906be57 (diff) |
Merged with viewer-dev-materials
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 1554e9e665..0b0c74b3d3 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 5; -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"; |