diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-02-03 17:52:19 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-02-03 17:52:19 +0100 |
commit | 55563ffe42b5e3e702e07a9309342b59a9434d22 (patch) | |
tree | 23e4c934ce32c941283816a76ee6126b2130b41a /src/Build/CMakeLists.txt | |
parent | c69ba240c4273889d3e4638d93d0e7ca70e85089 (diff) | |
download | VeraCrypt-55563ffe42b5e3e702e07a9309342b59a9434d22.tar.gz VeraCrypt-55563ffe42b5e3e702e07a9309342b59a9434d22.zip |
Increment version to 1.26.20. Update Release Notes.
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 c2249504..e3426495 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.19" ) -set( VERSION "1.26.19" ) +set( FULL_VERSION "1.26.20" ) +set( VERSION "1.26.20" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |