diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-10-04 06:52:55 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-10-04 06:52:55 -0400 | 
| commit | 4e228b7d661b49d4949bb64d36b2aad2e893e193 (patch) | |
| tree | 2c95f13aca7ab68b1c33c491d7b59e31064c01aa | |
| parent | 530c44c798253c978a0b1a8f0aed876f3f8ba159 (diff) | |
increment viewer version to 3.1.0
| -rw-r--r-- | indra/llcommon/llversionviewer.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index a4b2e06908..3377465bb6 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,8 +28,8 @@  #define LL_LLVERSIONVIEWER_H  const S32 LL_VERSION_MAJOR = 3; -const S32 LL_VERSION_MINOR = 0; -const S32 LL_VERSION_PATCH = 6; +const S32 LL_VERSION_MINOR = 1; +const S32 LL_VERSION_PATCH = 0;  const S32 LL_VERSION_BUILD = 0;  const char * const LL_CHANNEL = "Second Life Developer"; | 
