diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2007-11-02 21:26:41 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2007-11-02 21:26:41 +0000 |
commit | 1e7917fa8965ab3691ee868961ea7cc36b6cab5c (patch) | |
tree | e2e204f6756f3fdbee7d45befd732d2fb983445c /indra | |
parent | 0f00eef21798520bcfe27ae03b3f1b2ae938ff13 (diff) |
Committing viewer-auth-server into release svn merge -r72818:72835 svn+ssh://svn/svn/linden/branches/viewer-auth-server-2
Diffstat (limited to 'indra')
-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 c3222898e4..8a2f8835f5 100644 --- a/indra/llcommon/llversionserver.h +++ b/indra/llcommon/llversionserver.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 18; const S32 LL_VERSION_PATCH = 3; -const S32 LL_VERSION_BUILD = 71877; +const S32 LL_VERSION_BUILD = 72163; const char * const LL_CHANNEL = "Second Life Server"; |