diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-09-01 17:06:15 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-09-01 17:06:15 -0400 |
commit | 9a1e8d78fe461e5257ca76c295c4915f8719aa4d (patch) | |
tree | f7cd1dd498fc712c27b7159b21c062f35e3717f6 /indra/llcommon/llversionviewer.h | |
parent | 342005cd92b6fafdb0fee1d59a3c8750ccb34f1c (diff) | |
parent | e62a4d4ec151e81f4dc68b29a009596d3d154d57 (diff) |
Merge
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 64225b859b..324507fe7a 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 = 3; +const S32 LL_VERSION_PATCH = 4; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |