From 2430c189fa3dab552814bd21a2a9eeb1b182cf4c Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Tue, 12 Jul 2011 23:56:03 +0200 Subject: [PATCH] Version 1.5.10(0) --- 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 aa8654ce7..aa8d826d0 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 = 9; -const S32 LL_VERSION_BUILD = 2; +const S32 LL_VERSION_PATCH = 10; +const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Singularity";