diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-06-23 21:37:59 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-06-23 21:37:59 +0200 |
commit | f1f626cc5602c5225a16c8f807508addf0393817 (patch) | |
tree | f3752537af2ad7ef94de015791e51acd3cea8025 /src/Build | |
parent | 01361e300f21f727cd7133ae24992cf3390cdb9b (diff) | |
download | VeraCrypt-f1f626cc5602c5225a16c8f807508addf0393817.tar.gz VeraCrypt-f1f626cc5602c5225a16c8f807508addf0393817.zip |
Increment version to 1.26.12
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 64ffa3ae..a06b1761 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.11" ) -set( VERSION "1.26.11" ) +set( FULL_VERSION "1.26.12" ) +set( VERSION "1.26.12" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |