VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorEl Mostafa Idrassi <mostafa.idrassi@tutanota.com>2019-10-03 15:34:43 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-03 16:34:43 +0200
commitbe09fa8a5333a77aee73eff48699ab05f9c47cee (patch)
treee4e876d9a26b765425208f347fb538d38c4f516e /src/Common
parent75d0bb97cbad330384244b8c1cdbde3e197eb47b (diff)
downloadVeraCrypt-be09fa8a5333a77aee73eff48699ab05f9c47cee.tar.gz
VeraCrypt-be09fa8a5333a77aee73eff48699ab05f9c47cee.zip
'#define VERSION_STRING XXX' must come before '#define VERSION_STRING_SUFFIX YYY' (#506)
in order for 'export TC_VERSION := $(shell grep VERSION_STRING ../Common/Tcdefs.h | head -n 1 | cut -d'"' -f 2)' in 'src/Main/Main.make' to actually return the version rather than '-CustomEFI'.
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Tcdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 7ffdf0b2..d78cd4f8 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -54,15 +54,15 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define TC_APP_NAME "VeraCrypt"
+// Version displayed to user
+#define VERSION_STRING "1.24-Beta6"
+
#ifdef VC_EFI_CUSTOM_MODE
#define VERSION_STRING_SUFFIX "-CustomEFI"
#else
#define VERSION_STRING_SUFFIX ""
#endif
-// Version displayed to user
-#define VERSION_STRING "1.24-Beta6"
-
// Version number to compare against driver
#define VERSION_NUM 0x0124