diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 0324c66c5b..411ef79b10 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index 6506f16974..64454181e6 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,7 +39,7 @@
Release Notes
Note to users who created volumes with 1.17 version of VeraCrypt or earlier:
To avoid hinting whether your volumes contain a hidden volume or not, or if you depend on plausible deniability when using hidden volumes/OS, then you must recreate both the outer and hidden volumes including system encryption and hidden OS, discarding existing volumes created prior to 1.18a version of VeraCrypt.
-1.26.13 (August 4th, 2024):
+1.26.13 (August 17th, 2024):
- All OSes:
@@ -47,6 +47,7 @@ Release Notes
- Implement language selection settings in non-Windows versions.
- Make codebase compatible with wxWidgets 3.3 in non-Windows versions.
- Implement detection of volumes affected by XTS master key vulnerability and warn user about it.
+- Update mount failure error messages to mention removal of TrueCrypt support and old algorithms.
- Windows:
diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html
index 371f319e03..1ff1e762a4 100644
--- a/doc/html/ru/Release Notes.html
+++ b/doc/html/ru/Release Notes.html
@@ -42,7 +42,7 @@
История версий
внешние, так и скрытые тома, включая шифрование системы и скрытую ОС, и удалить существующие тома, созданные версией
VeraCrypt старее, чем 1.18a.
-1.26.13 (4 августа 2024 года):
+1.26.13 (17 августа 2024 года):
- Все ОС:
@@ -50,6 +50,7 @@ История версий
- Реализован выбор языка в версиях для операционных систем, отличных от Windows.
- Обеспечена совместимость кодовой базы с wxWidgets 3.3 в версиях для операционных систем, отличных от Windows.
- Реализовано обнаружение томов, затронутых уязвимостью главного ключа XTS, и предупреждение пользователя об этой уязвимости.
+- Обновлены сообщения об ошибках при монтировании с упоминанием удаления поддержки TrueCrypt и старых алгоритмов.
- Windows:
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index a45cd009bf..237e4ed6e0 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -73,7 +73,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0126
// Release date
-#define TC_STR_RELEASE_DATE L"August 4, 2024"
+#define TC_STR_RELEASE_DATE L"August 17, 2024"
#define TC_RELEASE_DATE_YEAR 2024
#define TC_RELEASE_DATE_MONTH 8