diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-20 00:21:30 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-20 00:21:30 +0100 |
commit | b85a2df224c17470d6ce42a412a8dabb5f6e9190 (patch) | |
tree | c139feb8ca3bd3f6d7ede4e00ae2c8bb298cd8de /src/Build/CMakeLists.txt | |
parent | f9b9a9ca9ff4874b10c1f41c33652cd03be99f93 (diff) | |
download | VeraCrypt-b85a2df224c17470d6ce42a412a8dabb5f6e9190.tar.gz VeraCrypt-b85a2df224c17470d6ce42a412a8dabb5f6e9190.zip |
Windows driver: use correct WDM type. Increment version to 1.26.17
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 38ea45ee..b8a7c8ad 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.16" ) -set( VERSION "1.26.16" ) +set( FULL_VERSION "1.26.17" ) +set( VERSION "1.26.17" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |