diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-22 12:17:20 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-22 16:35:56 +0100 |
commit | f9572ea8f5a1e4200f0ec4b8a131eed7dda6efea (patch) | |
tree | 42dcc267bbb88ba2376a96fd1835ed9ea6103ecf /src/Build/CMakeLists.txt | |
parent | cdbe7854e86bac970824c1b8602accf27aff9c2f (diff) | |
download | VeraCrypt-f9572ea8f5a1e4200f0ec4b8a131eed7dda6efea.tar.gz VeraCrypt-f9572ea8f5a1e4200f0ec4b8a131eed7dda6efea.zip |
Increment version to 1.24-Update3 for Linux and update Release NotesVeraCrypt_1.24-Update3
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 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 |