From 03491b7e4c8fd389eecaac0370918790d0a90329 Mon Sep 17 00:00:00 2001 From: Beeks Date: Tue, 14 Sep 2010 22:44:36 -0400 Subject: [PATCH] Proactive version update since it seems to get changed right after being compiled to binary. Signed-off-by: Beeks --- 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 cff062bc9..0dc98e005 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 = 4; +const S32 LL_VERSION_BUILD = 5; const char * const LL_CHANNEL = "Ascent Viewer Release";