diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-05 14:57:19 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-05 14:57:19 -0700 |
commit | d41f496510a2bc489efb9ae4479a70646eb989b8 (patch) | |
tree | d11fd42ebdafd26bd76231c3ae56ca22410b2d86 /indra/llcommon/llversionviewer.h | |
parent | 00dc8b3982cf69dbe69b8c1913e701c37f22eba0 (diff) | |
parent | eda12bd009d8f71eb82b6e6238335a172d6e5fb0 (diff) |
EXP-1202 : pull from richard/viewer-experience-fui
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 ef55cfec89..e4ad7f4f54 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 = 5; +const S32 LL_VERSION_MINOR = 1; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |