diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-10-11 23:59:02 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-10-11 23:59:02 +0200 |
commit | 4cfb4b03a726140a9c5360b3e0be7e2d433b3855 (patch) | |
tree | ae96b14076e632eda8255dc0ace4894a6b2c4688 /src/Build/CMakeLists.txt | |
parent | bfd1abcabb13d931cdc81387c9760a7fae483f18 (diff) | |
download | VeraCrypt-4cfb4b03a726140a9c5360b3e0be7e2d433b3855.tar.gz VeraCrypt-4cfb4b03a726140a9c5360b3e0be7e2d433b3855.zip |
Increment version to 1.26.9
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 255e3c27..1a44acc0 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.8" ) -set( VERSION "1.26.8" ) +set( FULL_VERSION "1.26.9" ) +set( VERSION "1.26.9" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |