diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-07-25 22:25:46 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-07-25 22:25:46 +0200 |
commit | b7fc6897b9b79b5899054e245971ab60091eb62f (patch) | |
tree | 1fe7eea03939a011512216211015bd0099b02fcb /src/Build/CMakeLists.txt | |
parent | e80dd29c0df43ce8a3a49084a41684150901762d (diff) | |
download | VeraCrypt-b7fc6897b9b79b5899054e245971ab60091eb62f.tar.gz VeraCrypt-b7fc6897b9b79b5899054e245971ab60091eb62f.zip |
Linux/macOS: Increment version to 1.26.4 in installation packages
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 3c02591e..eb4f8a6d 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.3" ) -set( VERSION "1.26.3" ) +set( FULL_VERSION "1.26.4" ) +set( VERSION "1.26.4" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |