aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt7
-rw-r--r--linden/indra/llcommon/llversionviewer.h2
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 @@
12009-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
12009-11-07 Jacek Antonelli <jacek.antonelli@gmail.com> 82009-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";
45const S32 IMP_VERSION_MAJOR = 1; 45const S32 IMP_VERSION_MAJOR = 1;
46const S32 IMP_VERSION_MINOR = 2; 46const S32 IMP_VERSION_MINOR = 2;
47const S32 IMP_VERSION_PATCH = 0; 47const S32 IMP_VERSION_PATCH = 0;
48const char * const IMP_VERSION_TEST = "RC1"; 48const char * const IMP_VERSION_TEST = "";
49 49
50#endif 50#endif