diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-21 16:37:03 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-21 16:37:03 -0500 |
commit | 62208046ae04eb5f6cef01aac1c00c8aafe533b6 (patch) | |
tree | d59a4286f65525b04f04ff786cdfd0e766375fff /indra/llcommon | |
parent | d9c7c925dac3441cd2a05d0055e009693af5b087 (diff) | |
parent | 58b48137ca1f414286836d567b9f0651880c5995 (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 bd6df962a1..df5afcbf1c 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 = 6; -const S32 LL_VERSION_PATCH = 5; +const S32 LL_VERSION_PATCH = 6; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |