diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-08 11:13:15 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-08 11:13:15 -0400 |
commit | 4ab5831b3eed23c06d2ccd3cf55f6c018613c788 (patch) | |
tree | bee0ca29941743316f2a30185ffa095cc88e09d3 /indra | |
parent | 1722790ab6e9e1e7ef2222034b904aaa1d8da30c (diff) |
increment viewer version to 3.0.1
Diffstat (limited to 'indra')
-rwxr-xr-x | 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 7e4bad9ee3..27b1bce60c 100755 --- 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 = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |