diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-28 19:18:35 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-28 19:18:35 +0200 |
commit | 342f78c0909d5f54ec50877dccf9db36f5db77c3 (patch) | |
tree | bd5d58b6fa47bade8395f042d931a8adbac996e2 /src/Build/CMakeLists.txt | |
parent | 47c081792c0e95dd8d85441d79d12565748497e3 (diff) | |
download | VeraCrypt-342f78c0909d5f54ec50877dccf9db36f5db77c3.tar.gz VeraCrypt-342f78c0909d5f54ec50877dccf9db36f5db77c3.zip |
Increment version to 1.26.3. Update Release Notes
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 09f05c89..7ab15114 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.2" ) -set( VERSION "1.26.2" ) +set( FULL_VERSION "1.26.3" ) +set( VERSION "1.26.3" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |