diff options
author | Tofu Buzzard <no-email> | 2011-02-16 11:45:28 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-02-16 11:45:28 -0800 |
commit | d8e04b9d31b0c77289f5f770f2a9b54506650151 (patch) | |
tree | 1af114b7cf8d107f2b2560b799a3a49b397fb6c9 /indra/llcommon | |
parent | b6eaa84f379e236eaa76adc9962d91b91df72b7f (diff) | |
parent | 8921bdf0577c1282d5aa9cd920f0b57b77d95682 (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 7d5afe92dc..7703132d90 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,7 +28,7 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 2; -const S32 LL_VERSION_MINOR = 6; +const S32 LL_VERSION_MINOR = 7; const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; |