diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-24 00:08:35 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-24 00:10:34 +0200 |
commit | 6b90e026247de0ef459d999dea40c75e7c1f9569 (patch) | |
tree | 1d7fbd14ecc0c1ed73b1712a3dcd76c8f6908aef /src/Build/CMakeLists.txt | |
parent | 692e2c3455eba3d2d0ba19b18502bbc8221b5f78 (diff) | |
download | VeraCrypt-6b90e026247de0ef459d999dea40c75e7c1f9569.tar.gz VeraCrypt-6b90e026247de0ef459d999dea40c75e7c1f9569.zip |
Increment version to 1.24-Hotfix1
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 d8011ef4..c5f84285 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" ) -set( VERSION "1.24.6" ) +set( FULL_VERSION "1.24-Hotfix1" ) +set( VERSION "1.24.7" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |