diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-03-22 00:13:52 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-03-22 00:56:54 +0100 |
commit | 69a9c6b3943db402a11bf2609c4778ab08628a76 (patch) | |
tree | 83c2209da2e7c7d269239bbaaba4e650d26f28fc /src/Build/CMakeLists.txt | |
parent | 165df2188e71c419378e4c70c388a7f4d54921b5 (diff) | |
download | VeraCrypt-69a9c6b3943db402a11bf2609c4778ab08628a76.tar.gz VeraCrypt-69a9c6b3943db402a11bf2609c4778ab08628a76.zip |
Update release notes for 1.26.0 and set its date to March 21st 2022
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 51c8bdd2..24c37df9 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.25.9" ) -set( VERSION "1.25.9" ) +set( FULL_VERSION "1.26.0" ) +set( VERSION "1.26.0" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |