From 0f30a85db9d29f0dfe2accb376904266dcf60124 Mon Sep 17 00:00:00 2001 From: Josh Bell Date: Wed, 20 Feb 2008 23:03:35 +0000 Subject: svn merge -r 80160:80357 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-19-1-Server --> release * DEV-10645 Log old-style searches to compare frequency/terms versus new search (LLLog) * MapNameRequest was accidentally enabled - now disabled * Add support for slave.mysql.GRID to generate-indra-xml.pl * QAR-293 Fix for hardcoded TTLs in web dataservices * Updated version numbers --- indra/llcommon/llversionserver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/llcommon') diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index 35857b3640..b7c525be98 100644 --- a/indra/llcommon/llversionserver.h +++ b/indra/llcommon/llversionserver.h @@ -34,8 +34,8 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 19; -const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 78407; +const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_BUILD = 80264; const char * const LL_CHANNEL = "Second Life Server"; -- cgit v1.2.3