diff options
author | CG Linden <cg@lindenlab.com> | 2009-09-16 21:50:40 -0700 |
---|---|---|
committer | CG Linden <cg@lindenlab.com> | 2009-09-16 21:50:40 -0700 |
commit | 422b9c5872f15b3d0a6e40472a8e528d7d94df5f (patch) | |
tree | 43a296abfea0d4a635c9ebcf855efe7663a88f8c /indra/llcommon | |
parent | 8e7ba92eb9e0371385e3de9a76cc11355be8a974 (diff) |
Relocate build.sh to the top of the source tree.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionserver.h | 2 | ||||
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index e9e21cffb6..72247206da 100644 --- a/indra/llcommon/llversionserver.h +++ b/indra/llcommon/llversionserver.h @@ -36,7 +36,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 29; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 2425; +const S32 LL_VERSION_BUILD = 2822; const char * const LL_CHANNEL = "Second Life Server"; diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 04cf98ce19..ca5bcb5a95 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 = 2425; +const S32 LL_VERSION_BUILD = 2822; const char * const LL_CHANNEL = "Second Life 2009"; |