diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-01-22 12:21:17 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-01-22 18:20:27 +0100 |
commit | 3874e9af97427c42aa0a789a3e75c6f841cd14e4 (patch) | |
tree | 014b72c8de5913ef4359da409e5ea15ed9e0807a /src/Build/CMakeLists.txt | |
parent | c4893ce034372a26d8687a8d914c64368815f7a7 (diff) | |
download | VeraCrypt-3874e9af97427c42aa0a789a3e75c6f841cd14e4.tar.gz VeraCrypt-3874e9af97427c42aa0a789a3e75c6f841cd14e4.zip |
Increment version to 1.24-Update4 and update Release Notes
Diffstat (limited to 'src/Build/CMakeLists.txt')
-rw-r--r-- | src/Build/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index a1c34d84..69716ef1 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-Update3" ) -set( VERSION "1.24.11" ) +set( FULL_VERSION "1.24-Update4" ) +set( VERSION "1.24.12" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |