diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-04-04 14:26:43 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-04-04 14:26:43 -0400 |
commit | 37303b9a2b58e3f66d246a0f4d2e6072eabcba86 (patch) | |
tree | de7c44b79ef4f0f68047d2bfb05cc74a1d90dba1 /indra/llcommon | |
parent | 08bd67c0dda8d013ad490e89543297ebc3a15e77 (diff) | |
parent | 00390ccbd77579dac0a1eaa8e83e7b89ce701a35 (diff) |
merge with latest viewer-development
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 ca8a05511a..ae5e3ecade 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 = 264760; const char * const LL_CHANNEL = "Second Life Developer"; |