diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-16 00:41:41 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-16 00:47:13 +0100 |
commit | 7aecbb225c8a6a7ff0378668e7f67aa508513173 (patch) | |
tree | 83fc092edd2474b5c9c7bde49fe41cb67971537d /src/Build/CMakeLists.txt | |
parent | bc69fe91660b4da034230f4fa11bb70ddaaf828c (diff) | |
download | VeraCrypt-7aecbb225c8a6a7ff0378668e7f67aa508513173.tar.gz VeraCrypt-7aecbb225c8a6a7ff0378668e7f67aa508513173.zip |
Update version information in preparation for 1.24-Update2 release
Diffstat (limited to 'src/Build/CMakeLists.txt')
-rw-r--r-- | src/Build/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index 47a1547b..f1a176c6 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -12,7 +12,7 @@ endif() # - Set version of the package set( FULL_VERSION "1.24-Update2" ) -set( VERSION "1.24.9" ) +set( VERSION "1.24.10" ) set( RELEASE "1" ) # - Set PROJECT_NAME and CONFLICT_PACKAGE values |