diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-10 11:01:41 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-10 11:10:24 +0100 |
commit | ed8068cbbd55025bc826c7266d9878a6671e605b (patch) | |
tree | 7fcce34a8cd5e922c1eabeff3fbf4cf2ae9ba691 /src/Build/CMakeLists.txt | |
parent | f9bf666018ad0327fa74251a3316a2618e2b0e67 (diff) | |
download | VeraCrypt-ed8068cbbd55025bc826c7266d9878a6671e605b.tar.gz VeraCrypt-ed8068cbbd55025bc826c7266d9878a6671e605b.zip |
Increment version to 1.24-Update2
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 4724339e..47a1547b 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-Hotfix2" ) -set( VERSION "1.24.8" ) +set( FULL_VERSION "1.24-Update2" ) +set( VERSION "1.24.9" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |