diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-02 00:55:32 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-02 00:55:32 +0200 |
commit | 86bc9b56f0a955580ac63c58475da3f21889cb0b (patch) | |
tree | 7483a2df73c3a8e6b27ae171df7c80725dbc4bca /src/Build/CMakeLists.txt | |
parent | 26be9126000a77eac31ce8561239a3ac48b6ab7c (diff) | |
download | VeraCrypt-86bc9b56f0a955580ac63c58475da3f21889cb0b.tar.gz VeraCrypt-86bc9b56f0a955580ac63c58475da3f21889cb0b.zip |
Increment version to 1.26.13. Update release notes. Update signed Windows drivers.
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 345db88b..88e2ebd9 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.12" ) -set( VERSION "1.26.12" ) +set( FULL_VERSION "1.26.13" ) +set( VERSION "1.26.13" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |