diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-10-13 20:23:25 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-13 20:23:25 -0700 |
commit | a20933410a959cecf1b6a2c7c44f5fe4f7c87844 (patch) | |
tree | e9cb0e1cc617c810d871709d0a4e7fc03d30ae97 /indra/llcommon | |
parent | 2aff213501eb366f32a048150fc81726beba4e6e (diff) | |
parent | 3f2ba601eabb36958b7baba4d4e8acd4f6c21f98 (diff) |
merge from remote repo
Diffstat (limited to 'indra/llcommon')
-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 9a230516d5..2c3e9c7333 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 = 2822; +const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |