diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 3dbf274f2..c6aebe31a 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 = 4; -const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 3; +const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Ascent Viewer Release";