VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/chm/VeraCrypt User Guide.chmbin3238299 -> 3238309 bytes
-rw-r--r--doc/html/Release Notes.html2
-rw-r--r--doc/html/ru/Release Notes.html2
-rw-r--r--src/Common/Tcdefs.h2
4 files changed, 3 insertions, 3 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index d96eb394..11de385d 100644
--- a/doc/chm/VeraCrypt User Guide.chm
+++ b/doc/chm/VeraCrypt User Guide.chm
Binary files differ
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index fd5f0723..fd893fcc 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -40,7 +40,7 @@
<span style="color:#ff0000;">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.</span></li>
</p>
-<p><strong style="text-align:left">1.26.17</strong> (November 19<sup>th</sup>, 2024):</p>
+<p><strong style="text-align:left">1.26.17</strong> (November 24<sup>th</sup>, 2024):</p>
<ul>
<li><strong>All OSes:</strong>
<ul>
diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html
index 6d17208f..4664a2e4 100644
--- a/doc/html/ru/Release Notes.html
+++ b/doc/html/ru/Release Notes.html
@@ -43,7 +43,7 @@
VeraCrypt старее, чем 1.18a.</span></li>
</p>
-<p><strong style="text-align:left">1.26.17</strong> (19 ноября 2024 года):</p>
+<p><strong style="text-align:left">1.26.17</strong> (24 ноября 2024 года):</p>
<ul>
<li><strong>Все ОС:</strong>
<ul>
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 1a068023..0051dba2 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"November 19, 2024"
+#define TC_STR_RELEASE_DATE L"November 24, 2024"
#define TC_RELEASE_DATE_YEAR 2024
#define TC_RELEASE_DATE_MONTH 11