diff options
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1973789 -> 1973801 bytes | |||
-rw-r--r-- | doc/html/Release Notes.html | 2 | ||||
-rw-r--r-- | src/Build/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/Build/Resources/MacOSX/Info.plist.legacy.xml | 2 | ||||
-rw-r--r-- | src/Build/Resources/MacOSX/Info.plist.xml | 2 | ||||
-rw-r--r-- | src/Common/Tcdefs.h | 2 | ||||
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 4 | ||||
-rw-r--r-- | src/Format/Format.rc | 4 | ||||
-rw-r--r-- | src/Mount/Mount.rc | 4 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt.pkgproj | 2 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 2 | ||||
-rw-r--r-- | src/Setup/Portable.rc | 4 | ||||
-rw-r--r-- | src/Setup/Setup.rc | 4 |
13 files changed, 17 insertions, 17 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm index 42566c84..870f5914 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 a963020b..0103d361 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html | |||
@@ -40,7 +40,7 @@ | |||
40 | <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> | 40 | <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> |
41 | </p> | 41 | </p> |
42 | 42 | ||
43 | <p><strong style="text-align:left">1.24-Update2-RC </strong>(December 12<sup>th</sup>, 2019):</p> | 43 | <p><strong style="text-align:left">1.24-Update2 </strong>(December 16<sup>th</sup>, 2019):</p> |
44 | <ul> | 44 | <ul> |
45 | <li><strong>All OSes:</strong> | 45 | <li><strong>All OSes:</strong> |
46 | <ul> | 46 | <ul> |
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index 47a1547b..f1a176c6 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt | |||
@@ -12,7 +12,7 @@ endif() | |||
12 | 12 | ||
13 | # - Set version of the package | 13 | # - Set version of the package |
14 | set( FULL_VERSION "1.24-Update2" ) | 14 | set( FULL_VERSION "1.24-Update2" ) |
15 | set( VERSION "1.24.9" ) | 15 | set( VERSION "1.24.10" ) |
16 | set( RELEASE "1" ) | 16 | set( RELEASE "1" ) |
17 | 17 | ||
18 | # - Set PROJECT_NAME and CONFLICT_PACKAGE values | 18 | # - Set PROJECT_NAME and CONFLICT_PACKAGE values |
diff --git a/src/Build/Resources/MacOSX/Info.plist.legacy.xml b/src/Build/Resources/MacOSX/Info.plist.legacy.xml index f0e92824..54f5a9c5 100644 --- a/src/Build/Resources/MacOSX/Info.plist.legacy.xml +++ b/src/Build/Resources/MacOSX/Info.plist.legacy.xml | |||
@@ -74,7 +74,7 @@ | |||
74 | <string>TRUE</string> | 74 | <string>TRUE</string> |
75 | 75 | ||
76 | <key>CFBundleVersion</key> | 76 | <key>CFBundleVersion</key> |
77 | <string>1.24.9</string> | 77 | <string>1.24.10</string> |
78 | 78 | ||
79 | <key>CFBundleShortVersionString</key> | 79 | <key>CFBundleShortVersionString</key> |
80 | <string>_VERSION_</string> | 80 | <string>_VERSION_</string> |
diff --git a/src/Build/Resources/MacOSX/Info.plist.xml b/src/Build/Resources/MacOSX/Info.plist.xml index fbd9c21c..351acddd 100644 --- a/src/Build/Resources/MacOSX/Info.plist.xml +++ b/src/Build/Resources/MacOSX/Info.plist.xml | |||
@@ -74,7 +74,7 @@ | |||
74 | <string>TRUE</string> | 74 | <string>TRUE</string> |
75 | 75 | ||
76 | <key>CFBundleVersion</key> | 76 | <key>CFBundleVersion</key> |
77 | <string>1.24.9</string> | 77 | <string>1.24.10</string> |
78 | 78 | ||
79 | <key>CFBundleShortVersionString</key> | 79 | <key>CFBundleShortVersionString</key> |
80 | <string>_VERSION_</string> | 80 | <string>_VERSION_</string> |
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 3a0f5225..0269e398 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h | |||
@@ -67,7 +67,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); | |||
67 | #define VERSION_NUM 0x0124 | 67 | #define VERSION_NUM 0x0124 |
68 | 68 | ||
69 | // Release date | 69 | // Release date |
70 | #define TC_STR_RELEASE_DATE L"December 9, 2019" | 70 | #define TC_STR_RELEASE_DATE L"December 16, 2019" |
71 | #define TC_RELEASE_DATE_YEAR 2019 | 71 | #define TC_RELEASE_DATE_YEAR 2019 |
72 | #define TC_RELEASE_DATE_MONTH 12 | 72 | #define TC_RELEASE_DATE_MONTH 12 |
73 | 73 | ||
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 4eb92ffb..5dbc9f2c 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc | |||
@@ -193,8 +193,8 @@ IDR_MOUNT_RSRC_HEADER HEADER "resource.h" | |||
193 | // | 193 | // |
194 | 194 | ||
195 | VS_VERSION_INFO VERSIONINFO | 195 | VS_VERSION_INFO VERSIONINFO |
196 | FILEVERSION 1,24,9,0 | 196 | FILEVERSION 1,24,10,0 |
197 | PRODUCTVERSION 1,24,9,0 | 197 | PRODUCTVERSION 1,24,10,0 |
198 | FILEFLAGSMASK 0x17L | 198 | FILEFLAGSMASK 0x17L |
199 | #ifdef _DEBUG | 199 | #ifdef _DEBUG |
200 | FILEFLAGS 0x1L | 200 | FILEFLAGS 0x1L |
diff --git a/src/Format/Format.rc b/src/Format/Format.rc index f855dcf5..d887c6f7 100644 --- a/src/Format/Format.rc +++ b/src/Format/Format.rc | |||
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | |||
28 | // | 28 | // |
29 | 29 | ||
30 | VS_VERSION_INFO VERSIONINFO | 30 | VS_VERSION_INFO VERSIONINFO |
31 | FILEVERSION 1,24,9,0 | 31 | FILEVERSION 1,24,10,0 |
32 | PRODUCTVERSION 1,24,9,0 | 32 | PRODUCTVERSION 1,24,10,0 |
33 | FILEFLAGSMASK 0x17L | 33 | FILEFLAGSMASK 0x17L |
34 | #ifdef _DEBUG | 34 | #ifdef _DEBUG |
35 | FILEFLAGS 0x1L | 35 | FILEFLAGS 0x1L |
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 8b6006dc..338f2446 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc | |||
@@ -548,8 +548,8 @@ END | |||
548 | // | 548 | // |
549 | 549 | ||
550 | VS_VERSION_INFO VERSIONINFO | 550 | VS_VERSION_INFO VERSIONINFO |
551 | FILEVERSION 1,24,9,0 | 551 | FILEVERSION 1,24,10,0 |
552 | PRODUCTVERSION 1,24,9,0 | 552 | PRODUCTVERSION 1,24,10,0 |
553 | FILEFLAGSMASK 0x17L | 553 | FILEFLAGSMASK 0x17L |
554 | #ifdef _DEBUG | 554 | #ifdef _DEBUG |
555 | FILEFLAGS 0x1L | 555 | FILEFLAGS 0x1L |
diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj index 80cff11f..fa32ce9c 100755 --- a/src/Setup/MacOSX/veracrypt.pkgproj +++ b/src/Setup/MacOSX/veracrypt.pkgproj | |||
@@ -555,7 +555,7 @@ | |||
555 | <key>USE_HFS+_COMPRESSION</key> | 555 | <key>USE_HFS+_COMPRESSION</key> |
556 | <false/> | 556 | <false/> |
557 | <key>VERSION</key> | 557 | <key>VERSION</key> |
558 | <string>1.24.9</string> | 558 | <string>1.24.10</string> |
559 | </dict> | 559 | </dict> |
560 | <key>TYPE</key> | 560 | <key>TYPE</key> |
561 | <integer>0</integer> | 561 | <integer>0</integer> |
diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj index bb7e8626..bb88ff64 100755 --- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj +++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj | |||
@@ -555,7 +555,7 @@ | |||
555 | <key>USE_HFS+_COMPRESSION</key> | 555 | <key>USE_HFS+_COMPRESSION</key> |
556 | <false/> | 556 | <false/> |
557 | <key>VERSION</key> | 557 | <key>VERSION</key> |
558 | <string>1.24.9</string> | 558 | <string>1.24.10</string> |
559 | </dict> | 559 | </dict> |
560 | <key>TYPE</key> | 560 | <key>TYPE</key> |
561 | <integer>0</integer> | 561 | <integer>0</integer> |
diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc index 76c208b5..a1ed620c 100644 --- a/src/Setup/Portable.rc +++ b/src/Setup/Portable.rc | |||
@@ -26,8 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | |||
26 | // | 26 | // |
27 | 27 | ||
28 | VS_VERSION_INFO VERSIONINFO | 28 | VS_VERSION_INFO VERSIONINFO |
29 | FILEVERSION 1,24,9,0 | 29 | FILEVERSION 1,24,10,0 |
30 | PRODUCTVERSION 1,24,9,0 | 30 | PRODUCTVERSION 1,24,10,0 |
31 | FILEFLAGSMASK 0x17L | 31 | FILEFLAGSMASK 0x17L |
32 | #ifdef _DEBUG | 32 | #ifdef _DEBUG |
33 | FILEFLAGS 0x1L | 33 | FILEFLAGS 0x1L |
diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index 6a407bd5..bf75fe32 100644 --- a/src/Setup/Setup.rc +++ b/src/Setup/Setup.rc | |||
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | |||
28 | // | 28 | // |
29 | 29 | ||
30 | VS_VERSION_INFO VERSIONINFO | 30 | VS_VERSION_INFO VERSIONINFO |
31 | FILEVERSION 1,24,9,0 | 31 | FILEVERSION 1,24,10,0 |
32 | PRODUCTVERSION 1,24,9,0 | 32 | PRODUCTVERSION 1,24,10,0 |
33 | FILEFLAGSMASK 0x17L | 33 | FILEFLAGSMASK 0x17L |
34 | #ifdef _DEBUG | 34 | #ifdef _DEBUG |
35 | FILEFLAGS 0x1L | 35 | FILEFLAGS 0x1L |