diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-22 10:39:26 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-22 10:39:26 -0400 |
commit | e062be734ae421cc793a4c5e2e077a0c1d22262d (patch) | |
tree | 56edab693a1977fb117eb7e2d85b60648898cee1 /indra | |
parent | 8d410326c937a375fa0eb7855678e590499a79d2 (diff) |
correct version number for 3.2.0 beta 2
Diffstat (limited to 'indra')
-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 aa37a03ef8..1dc22519d7 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 2; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |