diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-14 12:26:28 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-14 12:26:28 +0100 |
commit | 1b35abb191c56fa9890ff3f145fd866bbff361c1 (patch) | |
tree | da2d07c4d0a2b673d4f831d210a5c1d675b47601 /src/Build/CMakeLists.txt | |
parent | 2aae142a2d2cd6b553c02b86544a7bf3505be93b (diff) | |
download | VeraCrypt-1b35abb191c56fa9890ff3f145fd866bbff361c1.tar.gz VeraCrypt-1b35abb191c56fa9890ff3f145fd866bbff361c1.zip |
Increment version to 1.26.18. Update copyright date. Update Release Notes. Update Windows drivers.
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 a456c911..cdf44ef2 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.17" ) -set( VERSION "1.26.17" ) +set( FULL_VERSION "1.26.18" ) +set( VERSION "1.26.18" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |