diff options
author | Tofu Buzzard <no-email> | 2011-03-11 19:18:34 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-11 19:18:34 -0800 |
commit | 0b51a0cc63b5d6cd848189bf3fc0d26e987c62fb (patch) | |
tree | 5f6ab56dc3eeeedd27099a5cd5a75a72b9fae059 /indra/llcommon | |
parent | c1f01016cfc4dd908c1f73b815cddb1b6b35194d (diff) | |
parent | 41f057b693d1b2b1b1916e3a126dc622a943e5d8 (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 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"; |