diff options
author | callum <none@none> | 2011-03-14 17:35:30 -0700 |
---|---|---|
committer | callum <none@none> | 2011-03-14 17:35:30 -0700 |
commit | ca6ca8793473bba8b7a417288e4f2ac112241116 (patch) | |
tree | 7451a97db9b7ac85bb769f64b7678e15be0c7262 /indra/llcommon | |
parent | 91eb7f2e048369ddfc76eb2fbae83fa50ad8322a (diff) | |
parent | 2c0f97ea392e770cc459b7b7974e9adad2249c87 (diff) |
Merge with tip of 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 15e3ffe1da..3838b2b16c 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 = 5; -const S32 LL_VERSION_PATCH = 2; +const S32 LL_VERSION_PATCH = 3; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |