From a8aa7dbd8b64113573ee33ee7c267f17b26c3c39 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Mon, 10 Sep 2012 13:44:14 -0400 Subject: inconsequential change to force new build --- BuildParams | 1 + 1 file changed, 1 insertion(+) diff --git a/BuildParams b/BuildParams index ebfc640023..bdb9d5439d 100644 --- a/BuildParams +++ b/BuildParams @@ -197,4 +197,5 @@ runway.build_debug_release_separately = true runway.build_CYGWIN_Debug = false runway.build_viewer_update_version_manager = false + # eof -- cgit v1.2.3 From ae127dc01ab10d407cf165ae2ad74060f65c1832 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 12 Sep 2012 18:37:11 -0400 Subject: increment version to 3.4.2 --- 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 bcc661a920..b12aa8826a 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 4; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; -- cgit v1.2.3