diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-30 11:20:46 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-30 11:20:46 +0200 |
commit | 53cbe028cda854642fe1dee9ed1bab6181b80a96 (patch) | |
tree | f0808d4be4e9da202e065ddd5f026c5c901aa725 /src/Build/CMakeLists.txt | |
parent | b96ae29abdc7adff6c157cdce2179f5685c5cd4a (diff) | |
download | VeraCrypt-53cbe028cda854642fe1dee9ed1bab6181b80a96.tar.gz VeraCrypt-53cbe028cda854642fe1dee9ed1bab6181b80a96.zip |
Increment version to 1.26.7. Set release date to October 1st. Update Windows signed driver files.
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 a58dc04b..3992cf3c 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.26.6" ) -set( VERSION "1.26.6" ) +set( FULL_VERSION "1.26.7" ) +set( VERSION "1.26.7" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |