aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-04-04 19:08:51 +0000
committerSaturneric <[email protected]>2023-04-04 19:08:51 +0000
commitfca19db45ad0f19b320b580de7fb91330f635899 (patch)
treec9605d79f53468176225d2c9314fceb0e036791e /CMakeLists.txt
parentfeat: update SECURITY.md (diff)
downloadGpgFrontend-fca19db45ad0f19b320b580de7fb91330f635899.tar.gz
GpgFrontend-fca19db45ad0f19b320b580de7fb91330f635899.zip
feat: upgrade version to 2.1.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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}")