From 9660fb8fc75dfefd54b7e4a171a899f93da43d74 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 28 Feb 2009 01:08:31 -0600 Subject: Bumped test version to RC2. --- ChangeLog.txt | 3 +++ linden/indra/llcommon/llversionviewer.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 34b4c39..73de314 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,8 @@ 2009-02-27 Jacek Antonelli + * linden/indra/llcommon/llversionviewer.h: + Bumped test version to RC2. + * linden/indra/llmedia/llmediaimplgstreamer.cpp: Initialize gstreamer (if needed) when making LLMediaImplGStreamer. Lets us find gstreamer version for "About Imprudence" before login. diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 4b99b71..b560e51 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h @@ -45,6 +45,6 @@ const char * const IMP_VIEWER_NAME = "Imprudence"; const S32 IMP_VERSION_MAJOR = 1; const S32 IMP_VERSION_MINOR = 1; const S32 IMP_VERSION_PATCH = 0; -const char * const IMP_VERSION_TEST = "RC1"; +const char * const IMP_VERSION_TEST = "RC2"; #endif -- cgit v1.1