diff options
author | Saturneric <[email protected]> | 2021-07-19 19:06:26 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-19 19:06:26 +0000 |
commit | 35afb9d57ddc204aadb75717a74a575e915b7340 (patch) | |
tree | e819aa6a4bd0b0b74d99a383d343428815866873 | |
parent | Add simplified Chinese translation. (diff) | |
download | GpgFrontend-35afb9d57ddc204aadb75717a74a575e915b7340.tar.gz GpgFrontend-35afb9d57ddc204aadb75717a74a575e915b7340.zip |
Adjust the version number
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 864779ce..f80087c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(GpgFrontend VERSION 1.2.1 LANGUAGES CXX) +project(GpgFrontend VERSION 1.2.2 LANGUAGES CXX) message(STATUS "GPGFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |