diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-07-08 05:09:30 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-07-08 05:09:30 +0200 |
commit | 0fe0b5628078f9ff576dfb5b01bc08900118b5f2 (patch) | |
tree | 7e2177fc5077aef6121989dd9aaa0613a34c48d2 /CMakeLists.txt | |
parent | f0281cf028618b734dadc911c3e2a2307c711328 (diff) | |
download | xK-0fe0b5628078f9ff576dfb5b01bc08900118b5f2.tar.gz xK-0fe0b5628078f9ff576dfb5b01bc08900118b5f2.tar.xz xK-0fe0b5628078f9ff576dfb5b01bc08900118b5f2.zip |
Bump version, update NEWSv1.2.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 acbfb72..a18ebca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0) -project (uirc3 VERSION 1.1.0 LANGUAGES C) +project (uirc3 VERSION 1.2.0 LANGUAGES C) # Options option (WANT_READLINE "Use GNU Readline for the UI (better)" ON) |