diff options
| author | CG Linden <cg@lindenlab.com> | 2010-03-31 15:24:42 -0700 |
|---|---|---|
| committer | CG Linden <cg@lindenlab.com> | 2010-03-31 15:24:42 -0700 |
| commit | ac271e1d50bd601d9fbf18655596fa695b80dec0 (patch) | |
| tree | a88b6b98aad575b66b089e201e35f8ce4d81c912 /indra/llcommon/llversionviewer.h | |
| parent | fc8c4ea485f34ef52b2c3e037124795e5df9c064 (diff) | |
Include channel names in update_version_files.py invocation to fix bad viewer channel name.
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
| -rw-r--r-- | 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 540aea4252..3ab4257fab 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -36,7 +36,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 0; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 200030; +const S32 LL_VERSION_BUILD = 203110; const char * const LL_CHANNEL = "Second Life Developer"; |
