aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt4
-rw-r--r--linden/indra/llcommon/llversionviewer.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 9334ae4..c5b2505 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,9 @@
12008-12-12 Jacek Antonelli <jacek.antonelli@gmail.com> 12008-12-12 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * linden/indra/llcommon/llversionviewer.h:
4 Blanked the test version string. Not RC anymore.
5
6
3 * linden/install.xml: 7 * linden/install.xml:
4 Windows build uses OpenJPEG 1.3. 8 Windows build uses OpenJPEG 1.3.
5 Fixes half-opaque skirts/textures issue. 9 Fixes half-opaque skirts/textures issue.
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index cddc654..ab7e415 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 = 0; 46const S32 IMP_VERSION_MINOR = 0;
47const S32 IMP_VERSION_PATCH = 0; 47const S32 IMP_VERSION_PATCH = 0;
48const char * const IMP_VERSION_TEST = "RC2"; 48const char * const IMP_VERSION_TEST = "";
49 49
50#endif 50#endif