diff options
-rw-r--r-- | ChangeLog.txt | 7 | ||||
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index bd322e5..ac61bfa 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,10 @@ | |||
1 | 2009-11-08 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * Changed version to 1.20 (final, not a RC). | ||
4 | |||
5 | modified: linden/indra/llcommon/llversionviewer.h | ||
6 | |||
7 | |||
1 | 2009-11-07 Jacek Antonelli <jacek.antonelli@gmail.com> | 8 | 2009-11-07 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 9 | ||
3 | * Fixed some branding issues with alerts.xml and notify.xml. | 10 | * 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"; | |||
45 | const S32 IMP_VERSION_MAJOR = 1; | 45 | const S32 IMP_VERSION_MAJOR = 1; |
46 | const S32 IMP_VERSION_MINOR = 2; | 46 | const S32 IMP_VERSION_MINOR = 2; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = "RC1"; | 48 | const char * const IMP_VERSION_TEST = ""; |
49 | 49 | ||
50 | #endif | 50 | #endif |