diff options
author | Saturneric <[email protected]> | 2023-04-04 19:08:51 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-04-04 19:08:51 +0000 |
commit | fca19db45ad0f19b320b580de7fb91330f635899 (patch) | |
tree | c9605d79f53468176225d2c9314fceb0e036791e /CMakeLists.txt | |
parent | feat: update SECURITY.md (diff) | |
download | GpgFrontend-fca19db45ad0f19b320b580de7fb91330f635899.tar.gz GpgFrontend-fca19db45ad0f19b320b580de7fb91330f635899.zip |
feat: upgrade version to 2.1.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e2c107ca..d6c7e2e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ cmake_minimum_required(VERSION 3.16) # define project -project(GpgFrontend VERSION 2.1.0 LANGUAGES CXX) +project(GpgFrontend VERSION 2.1.1 LANGUAGES CXX) # show cmake version message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |