diff options
author | Oz Linden <oz@lindenlab.com> | 2013-02-25 17:29:15 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-02-25 17:29:15 -0500 |
commit | 9ebe7db402af546211b65faf43d1635f3b92937e (patch) | |
tree | f324c4678d5b9dc6224d2005b65d3599fa40355e | |
parent | 06ca3c99bc44482e4c1c9e0602c173015cc42115 (diff) |
increment minor version: 3.5.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 6a5ff314e4..1554e9e665 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 = 4; -const S32 LL_VERSION_PATCH = 6; +const S32 LL_VERSION_MINOR = 5; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |