diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-11-30 23:41:27 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-11-30 23:45:17 +0100 |
commit | bf9866e812dee093b2c33b3368b425212360d05b (patch) | |
tree | 6e890507fd2ee9b1c5017bdb754c03dc3da3c0b2 /src/Build/CMakeLists.txt | |
parent | 0790b17488e0db1518644b054893a1667cd85a19 (diff) | |
download | VeraCrypt-bf9866e812dee093b2c33b3368b425212360d05b.tar.gz VeraCrypt-bf9866e812dee093b2c33b3368b425212360d05b.zip |
Increment version to 1.25.4 and set release date to December 3rd 2021
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 529f0e84..4f88523b 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" ) -set( VERSION "1.25.3" ) +set( FULL_VERSION "1.25.4" ) +set( VERSION "1.25.4" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |