diff options
-rw-r--r-- | ChangeLog.txt | 4 | ||||
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
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 @@ | |||
1 | 2008-12-12 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2008-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"; | |||
45 | const S32 IMP_VERSION_MAJOR = 1; | 45 | const S32 IMP_VERSION_MAJOR = 1; |
46 | const S32 IMP_VERSION_MINOR = 0; | 46 | const S32 IMP_VERSION_MINOR = 0; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = "RC2"; | 48 | const char * const IMP_VERSION_TEST = ""; |
49 | 49 | ||
50 | #endif | 50 | #endif |