diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-29 09:27:25 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-29 09:27:25 -0400 |
commit | bdd053abcffea1f4c30421176d0a3749027c6b7d (patch) | |
tree | d979c1dbbdae07e37391f1cd76f2ffd1aa1cdb00 /indra | |
parent | 68a15f73c190d2a803ad8b11ed8d9b32bc9e46ee (diff) |
increment viewer version to 3.0.4
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 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"; |