diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-22 18:37:46 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-22 18:37:46 +0100 |
commit | 16aa1a7be0f3387f9fcf1589a37e2614eb7be14c (patch) | |
tree | a11a9c2863ffc3237036bf88e790fe0ebcf258d4 /src/Build | |
parent | 1ebe3546a658209bedfb23068800b70f8fb66014 (diff) | |
download | VeraCrypt-16aa1a7be0f3387f9fcf1589a37e2614eb7be14c.tar.gz VeraCrypt-16aa1a7be0f3387f9fcf1589a37e2614eb7be14c.zip |
Increment version to 1.26.19. Update Release Notes.HEADVeraCrypt_1.26.19master
Diffstat (limited to 'src/Build')
-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 cdf44ef2..c2249504 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.18" ) -set( VERSION "1.26.18" ) +set( FULL_VERSION "1.26.19" ) +set( VERSION "1.26.19" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |