diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-19 22:53:56 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-19 22:54:59 +0100 |
commit | 3cab3ce37a2753b78d888f48be4d2c1647daf101 (patch) | |
tree | 6aed4fe2bb1338875e1e9a0a4f677aec935c5672 /src/Build/CMakeLists.txt | |
parent | c145b337cbc5d7c8dc09859d51093a6727005ef8 (diff) | |
download | VeraCrypt-3cab3ce37a2753b78d888f48be4d2c1647daf101.tar.gz VeraCrypt-3cab3ce37a2753b78d888f48be4d2c1647daf101.zip |
Increment version to 1.25.9 and update Release Notes.
Diffstat (limited to 'src/Build/CMakeLists.txt')
-rw-r--r-- | src/Build/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index 8430f868..51c8bdd2 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -11,9 +11,9 @@ elseif ( NOT DEFINED NOGUI ) endif() # - Set version of the package -set( FULL_VERSION "1.25.8" ) -set( VERSION "1.25.8" ) -set( RELEASE "2" ) +set( FULL_VERSION "1.25.9" ) +set( VERSION "1.25.9" ) +set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values if (NOGUI) |