diff options
author | Saturneric <[email protected]> | 2023-02-25 08:47:34 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-02-25 08:47:34 +0000 |
commit | 95735942997094e783d52996da57cdf237138db8 (patch) | |
tree | e49a677edcd2d26169cede41e04b496646615f6d | |
parent | Merge branch 'main' into dev/2.0.10/main (diff) | |
download | GpgFrontend-95735942997094e783d52996da57cdf237138db8.tar.gz GpgFrontend-95735942997094e783d52996da57cdf237138db8.zip |
feat: upgrade version
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10217070..e2c107ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.16) # define project -project(GpgFrontend VERSION 2.0.10 LANGUAGES CXX) +project(GpgFrontend VERSION 2.1.0 LANGUAGES CXX) # show cmake version message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |