From befe116b6aaeb6d30780741114e40a9aa52e060f Mon Sep 17 00:00:00 2001 From: CharleyLevenque Date: Mon, 30 Aug 2010 04:06:12 -0400 Subject: [PATCH] Version change for new release. --- indra/llcommon/llversionviewer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";