diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-09-05 17:45:30 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-09-05 20:10:33 +0200 |
commit | 0dd87c07fdb2148fbd41024c9eace196d1eae502 (patch) | |
tree | 7f080d8ff15753c6499536ad8d35d6abc46fd39c /src/Build/CMakeLists.txt | |
parent | 7ac1abcad169708a8973c6ef03eefa64e0ef24bc (diff) | |
download | VeraCrypt-0dd87c07fdb2148fbd41024c9eace196d1eae502.tar.gz VeraCrypt-0dd87c07fdb2148fbd41024c9eace196d1eae502.zip |
Increment version to 1.25-RC1
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 a7025c64..cba99cf8 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" ) -set( VERSION "1.25.0" ) +set( FULL_VERSION "1.25-RC1" ) +set( VERSION "1.25.1" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |