diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-03-10 20:21:40 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-03-10 20:21:40 -0500 | 
| commit | c556efbce8e093883a7c7474b1cdac0d53c39cfb (patch) | |
| tree | 831e7f82d8c77ac8acb71bb044351a6ab7b84676 | |
| parent | ca55bce3ab277b08a595ade7e1ba0c343f2df205 (diff) | |
increment patch release
| -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 5a134b5009..15e3ffe1da 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 = 1; +const S32 LL_VERSION_PATCH = 2;  const S32 LL_VERSION_BUILD = 0;  const char * const LL_CHANNEL = "Second Life Developer"; | 
