diff options
Diffstat (limited to '')
-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 d86af7a..475a534 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,9 @@ | |||
1 | 2009-01-12 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-01-12 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * linden/indra/llcommon/llversionviewer.h | ||
4 | Changed version to RC1. | ||
5 | |||
6 | |||
3 | * linden/indra/llmath/llcalc.cpp: | 7 | * linden/indra/llmath/llcalc.cpp: |
4 | Added cheat sheet help buttons in tools window, tweaked the layout a bit. | 8 | Added cheat sheet help buttons in tools window, tweaked the layout a bit. |
5 | * linden/indra/newview/llpanelface.cpp: | 9 | * linden/indra/newview/llpanelface.cpp: |
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 4032c5b..4b99b71 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 = 1; | 46 | const S32 IMP_VERSION_MINOR = 1; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = "alpha"; | 48 | const char * const IMP_VERSION_TEST = "RC1"; |
49 | 49 | ||
50 | #endif | 50 | #endif |