aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-25 15:09:04 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-29 03:03:07 +0100
commit1de4a2ae3476336535b0602816311776fcd3b586 (patch)
treedd621cb9e6b29f3c30021ec6a86f5a3a23b4c91e /CMakeLists.txt
parent53cc52e320da15262179e224d99db8571c85b904 (diff)
downloadxK-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.txt2
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)