diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-16 00:41:41 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-16 00:47:13 +0100 |
commit | 7aecbb225c8a6a7ff0378668e7f67aa508513173 (patch) | |
tree | 83fc092edd2474b5c9c7bde49fe41cb67971537d /src/Format | |
parent | bc69fe91660b4da034230f4fa11bb70ddaaf828c (diff) | |
download | VeraCrypt-7aecbb225c8a6a7ff0378668e7f67aa508513173.tar.gz VeraCrypt-7aecbb225c8a6a7ff0378668e7f67aa508513173.zip |
Update version information in preparation for 1.24-Update2 release
Diffstat (limited to 'src/Format')
-rw-r--r-- | src/Format/Format.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |