diff options
author | Saturneric <[email protected]> | 2022-12-22 09:55:48 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-12-22 09:55:48 +0000 |
commit | 4444765aac6a8619ac6c0a7572dee5900dcd4650 (patch) | |
tree | 4dcd1b7d52347fbdc3b83047598feda404994149 | |
parent | fix: solve ubuntu 18.04 build issues (diff) | |
download | GpgFrontend-4444765aac6a8619ac6c0a7572dee5900dcd4650.tar.gz GpgFrontend-4444765aac6a8619ac6c0a7572dee5900dcd4650.zip |
feat: upgrade version to v2.0.10
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 81952f8a..ee3f5758 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.16) # define project -project(GpgFrontend VERSION 2.0.9 LANGUAGES CXX) +project(GpgFrontend VERSION 2.0.10 LANGUAGES CXX) # show cmake version message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |