diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-24 09:24:13 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-24 09:24:13 -0400 |
commit | 5b221f01cf0bf7c83e96287c2ae3d84d5d23d537 (patch) | |
tree | 03b57480d0823ede5390666a78d565609a4bc144 | |
parent | e062be734ae421cc793a4c5e2e077a0c1d22262d (diff) |
Backed out changeset 9bcc2b717663 (restore version number to 3.2.1)
-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 1dc22519d7..aa37a03ef8 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 = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |