diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-21 15:31:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-21 15:31:39 -0400 |
commit | f8442cef72dd35a713dd111ad7f055d696f4d7ae (patch) | |
tree | 68cdc8b680de61767102ddb869dc84656c170568 /indra | |
parent | 2ae5e8db53e6d89e741cda0ce45e8cf65595bd16 (diff) |
increment viewer version to 3.0.6
Diffstat (limited to 'indra')
-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 ef55cfec89..a4b2e06908 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 = 0; -const S32 LL_VERSION_PATCH = 5; +const S32 LL_VERSION_PATCH = 6; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |