From f9572ea8f5a1e4200f0ec4b8a131eed7dda6efea Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI
Date: Sun, 22 Dec 2019 12:17:20 +0100
Subject: Increment version to 1.24-Update3 for Linux and update Release Notes
---
doc/chm/VeraCrypt User Guide.chm | Bin 1974227 -> 1974167 bytes
doc/html/Release Notes.html | 9 +++++++++
src/Build/CMakeLists.txt | 4 ++--
src/Common/Tcdefs.h | 4 ++--
4 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index f2f1c5ce..b47d7596 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 0103d361..22036ddf 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -40,6 +40,15 @@
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.24-Update3 (December 21nd, 2019):
+
+- Linux:
+
+- Fix console-only build to remove dependency on GTK that is not wanted on headless servers.
+
+
+
+
1.24-Update2 (December 16th, 2019):
- All OSes:
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt
index 02a8ca2d..a1c34d84 100644
--- a/src/Build/CMakeLists.txt
+++ b/src/Build/CMakeLists.txt
@@ -11,8 +11,8 @@ elseif ( NOT DEFINED NOGUI )
endif()
# - Set version of the package
-set( FULL_VERSION "1.24-Update2" )
-set( VERSION "1.24.10" )
+set( FULL_VERSION "1.24-Update3" )
+set( VERSION "1.24.11" )
set( RELEASE "1" )
# - Set PROJECT_NAME and CONFLICT_PACKAGE values
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 0269e398..1d1cdcb9 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -55,7 +55,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
-#define VERSION_STRING "1.24-Update2"
+#define VERSION_STRING "1.24-Update3"
#ifdef VC_EFI_CUSTOM_MODE
#define VERSION_STRING_SUFFIX "-CustomEFI"
@@ -67,7 +67,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0124
// Release date
-#define TC_STR_RELEASE_DATE L"December 16, 2019"
+#define TC_STR_RELEASE_DATE L"December 21, 2019"
#define TC_RELEASE_DATE_YEAR 2019
#define TC_RELEASE_DATE_MONTH 12
--
cgit v1.2.3