diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-10-15 17:38:56 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-15 17:38:56 -0700 |
commit | 9a7f79cbcf57c46e797d2e5626d534055f9a256d (patch) | |
tree | 91b8b420a1892377b60c64f813c20edc2486910a /indra/llcommon/llversionserver.h | |
parent | 665bac16cef36e265829d6692959daacc9811451 (diff) | |
parent | 893fc8afa71bc5b7bbdc80d8d7520352e73205cb (diff) |
Merge from remote repo
Diffstat (limited to 'indra/llcommon/llversionserver.h')
-rw-r--r-- | indra/llcommon/llversionserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index aee7c6ee1e..71c6fc0591 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 = 31; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 2822; +const S32 LL_VERSION_BUILD = 3256; const char * const LL_CHANNEL = "Second Life Server"; |