diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-08-22 09:07:15 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-08-22 09:07:15 -0400 | 
| commit | f73db20e0d007fd3405cd8b88242e724ba80ab50 (patch) | |
| tree | e3bc063945166bc1f08593e36e44bf31a4bf6235 | |
| parent | aff45cf5bf655d73f50e2f5f65ac2dfbe0d732a0 (diff) | |
increment viewer version to 3.0.3
| -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 fa2b3bff36..64225b859b 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 = 2; +const S32 LL_VERSION_PATCH = 3;  const S32 LL_VERSION_BUILD = 0;  const char * const LL_CHANNEL = "Second Life Developer"; | 
