diff options
author | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
commit | a2a25c9ed5de12cfb8a08844682368dc236a1b42 (patch) | |
tree | ab3f3eb48cac5fedb091a9fe46cc0eefd64315ce /indra/llcommon | |
parent | 985b7277e824c39275d9a06c6262b6f394b02133 (diff) | |
parent | b4c60f430332674e5dbdb672152e62d252e9a6e1 (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 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"; |