From 04b3fb3d0d409d1adca7c01343abed185f82cc4a Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 13 Dec 2008 22:45:32 -0600 Subject: Bumped version to 1.1.0 alpha. --- ChangeLog.txt | 5 +++++ linden/indra/llcommon/llversionviewer.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 3e157d5..4c601cf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,8 @@ +2008-12-13 Jacek Antonelli + + * linden/indra/llcommon/llversionviewer.h: + Bumped version to 1.1.0 alpha. + 2008-11-24 McCabe Maxsted diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index ab7e415..4032c5b 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h @@ -43,8 +43,8 @@ const char * const LL_VIEWER_NAME = "Second Life"; const char * const IMP_VIEWER_NAME = "Imprudence"; const S32 IMP_VERSION_MAJOR = 1; -const S32 IMP_VERSION_MINOR = 0; +const S32 IMP_VERSION_MINOR = 1; const S32 IMP_VERSION_PATCH = 0; -const char * const IMP_VERSION_TEST = ""; +const char * const IMP_VERSION_TEST = "alpha"; #endif -- cgit v1.1