diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-04 06:53:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-04 06:53:34 -0400 |
commit | d0e36ade5bb16e9e5a6aca9ee4f02fbe995cdfd8 (patch) | |
tree | 2b88bc3fecbdb0763587bf39577d5da21f7f9559 | |
parent | bba1141facb9b0e0ed6bb73535fca1f20ddcfa59 (diff) |
increment viewer version to 3.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 3377465bb6..e4ad7f4f54 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; 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"; |