diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-05 19:04:29 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-05 22:51:52 +0100 |
commit | 463ae8e6aa713b2fc95a019afed1f3e769046de1 (patch) | |
tree | eb8e39a8c596764f456c63948dff42f47a834676 /src/Build/CMakeLists.txt | |
parent | 3cf936459202bc5985bc54548a5325efb1fbc453 (diff) | |
download | VeraCrypt-463ae8e6aa713b2fc95a019afed1f3e769046de1.tar.gz VeraCrypt-463ae8e6aa713b2fc95a019afed1f3e769046de1.zip |
Increment version to 1.25.8
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 52b12c54..f33cbee9 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.25.7" ) -set( VERSION "1.25.7" ) +set( FULL_VERSION "1.25.8" ) +set( VERSION "1.25.8" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |