From 0cf58668cfc692b7980fc1ca72c2cb783c699d98 Mon Sep 17 00:00:00 2001 From: CharleyLevenque Date: Wed, 8 Sep 2010 21:49:42 -0400 Subject: [PATCH] Versioning for new release. --- indra/llcommon/llversionviewer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 5328da079..f4739c323 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -36,7 +36,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 4; const S32 LL_VERSION_PATCH = 2; -const S32 LL_VERSION_BUILD = 2; +const S32 LL_VERSION_BUILD = 3; const char * const LL_CHANNEL = "Ascent Viewer Release";