diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-10-10 23:15:18 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-10-10 23:15:18 +0200 |
commit | 06b3095e205b542847de17f10d132bfff78260f3 (patch) | |
tree | bc24dd2a690eb57de9a6f8f386c63d64163a8e2d /src/Build/CMakeLists.txt | |
parent | 92acca91f2ea7eab6f115f6d2ddbf0b645f3b07e (diff) | |
download | VeraCrypt-06b3095e205b542847de17f10d132bfff78260f3.tar.gz VeraCrypt-06b3095e205b542847de17f10d132bfff78260f3.zip |
Increment version to 1.26.8
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 3992cf3c..255e3c27 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.7" ) -set( VERSION "1.26.7" ) +set( FULL_VERSION "1.26.8" ) +set( VERSION "1.26.8" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |