From ea31271ac151b639ee7c09bffe56e2ce6cb76ce0 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Fri, 13 May 2011 20:27:34 +0200 Subject: [PATCH] Version 1.5.8 --- 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 0ab6c5d3d..458c3de80 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 = 7; -const S32 LL_VERSION_BUILD = 2; +const S32 LL_VERSION_PATCH = 8; +const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Singularity";