From d2af07b49d21dcf99e7e4dd943985a4561d015ee Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 8 Nov 2009 01:36:23 -0600 Subject: Changed version to 1.20 (final, not a RC). --- ChangeLog.txt | 7 +++++++ linden/indra/llcommon/llversionviewer.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index bd322e5..ac61bfa 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +2009-11-08 Jacek Antonelli + + * Changed version to 1.20 (final, not a RC). + + modified: linden/indra/llcommon/llversionviewer.h + + 2009-11-07 Jacek Antonelli * Fixed some branding issues with alerts.xml and notify.xml. diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 545e0c3..43a4038 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 = 2; const S32 IMP_VERSION_PATCH = 0; -const char * const IMP_VERSION_TEST = "RC1"; +const char * const IMP_VERSION_TEST = ""; #endif -- cgit v1.1