diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-06-30 19:24:39 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-06-30 19:24:39 -0400 |
commit | aec182e3dbc2e4c492167fc250583b9de5ec43f8 (patch) | |
tree | c4a56b20693ac7ee4a203d0bd58a5992fdce66b8 /indra/llcommon | |
parent | 73afcff635f3d25432167ca43ab0b82aadd6c687 (diff) | |
parent | f07173a9689237bf2d8218600c15d6bf4d047cdc (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 92cd9bd46a..69720bb903 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 = 7; -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"; |