diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-04-04 15:35:58 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-04-04 15:35:58 -0400 | 
| commit | 2787be7d3558c3ca1ed15863e875612b1b27ec78 (patch) | |
| tree | eaf69bff33b770c1496dafed453686d292d37f40 | |
| parent | 7054aaba6d6f044cd835e79e3be898d63ce96def (diff) | |
| parent | 3c6a09372da395a621fb35db4934af2c7c21e910 (diff) | |
pull back late-breaking beta fixes
| -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 488ec5b239..ae2bd0d78b 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 = 3; +const S32 LL_VERSION_PATCH = 4;  const S32 LL_VERSION_BUILD = 0;  const char * const LL_CHANNEL = "Second Life Developer"; | 
