diff options
author | Saturneric <[email protected]> | 2022-01-03 22:21:08 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-03 22:21:08 +0000 |
commit | 5e0b8f01c9c82b9111105119dd3846f0493a65d9 (patch) | |
tree | 97d382661c10bb807de7c501182d7fcb748cb3bc | |
parent | <fix>(core): fix windows build problem (diff) | |
download | GpgFrontend-5e0b8f01c9c82b9111105119dd3846f0493a65d9.tar.gz GpgFrontend-5e0b8f01c9c82b9111105119dd3846f0493a65d9.zip |
<chore>(project): version 2.0.4-beta.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dcdca845..4a96a11d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(GpgFrontend VERSION 2.0.3 LANGUAGES CXX) +project(GpgFrontend VERSION 2.0.4 LANGUAGES CXX) message(STATUS "GpgFrontend Build Configuration Started CMAKE Version ${CMAKE_VERSION}") |