diff options
| author | Kent Quirk <q@lindenlab.com> | 2010-08-03 23:41:08 -0400 | 
|---|---|---|
| committer | Kent Quirk <q@lindenlab.com> | 2010-08-03 23:41:08 -0400 | 
| commit | eefe3388da83ce3e368af28ba466c27644f156c8 (patch) | |
| tree | 14c389676229c427480d484d8d2860e83cae54d4 | |
| parent | ae4bc473e5d2f9c49b62934f929003e6631e4d29 (diff) | |
Update version to 2.1.1
| -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 6e341b83a1..c430a60ff0 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@  const S32 LL_VERSION_MAJOR = 2;  const S32 LL_VERSION_MINOR = 1; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_PATCH = 1;  const S32 LL_VERSION_BUILD = 0;  const char * const LL_CHANNEL = "Second Life Developer"; | 
