diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index aa8654ce7..aa8d826d0 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,8 +35,8 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 5; -const S32 LL_VERSION_PATCH = 9; -const S32 LL_VERSION_BUILD = 2; +const S32 LL_VERSION_PATCH = 10; +const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Singularity";