diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-25 15:09:04 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-29 03:03:07 +0100 |
commit | 1de4a2ae3476336535b0602816311776fcd3b586 (patch) | |
tree | dd621cb9e6b29f3c30021ec6a86f5a3a23b4c91e /CMakeLists.txt | |
parent | 53cc52e320da15262179e224d99db8571c85b904 (diff) | |
download | xK-1de4a2ae3476336535b0602816311776fcd3b586.tar.gz xK-1de4a2ae3476336535b0602816311776fcd3b586.tar.xz xK-1de4a2ae3476336535b0602816311776fcd3b586.zip |
Bump version, update NEWSv1.0.0
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 7911d5c..895f785 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0) -project (uirc3 VERSION 0.9.8 LANGUAGES C) +project (uirc3 VERSION 1.0.0 LANGUAGES C) # Options option (WANT_READLINE "Use GNU Readline for the UI (better)" ON) |