diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-25 09:55:44 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-08-25 09:55:44 +0200 |
commit | af734f41dfe844c473275337179222aa7112e995 (patch) | |
tree | 96071c54b31226436b36854ded63f88f7fa04938 /src/Build | |
parent | d6f0250901b70892f121495ffbfbbc413791fd60 (diff) | |
download | VeraCrypt-af734f41dfe844c473275337179222aa7112e995.tar.gz VeraCrypt-af734f41dfe844c473275337179222aa7112e995.zip |
Increment version to 1.26.14. Set release date to August 25th.
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 88e2ebd9..b630610d 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.13" ) -set( VERSION "1.26.13" ) +set( FULL_VERSION "1.26.14" ) +set( VERSION "1.26.14" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |