aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-09-23 20:36:31 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-06 14:05:23 +0200
commit5e728f6d3132b5f0cae7a49fc340e13bc82f036d (patch)
treec5533a2dfcfd2e583cf609df96273b0197a07bfc /CMakeLists.txt
parent766f68e070ffd2a5e5b9172e0438ca5da67b378a (diff)
downloadxK-5e728f6d3132b5f0cae7a49fc340e13bc82f036d.tar.gz
xK-5e728f6d3132b5f0cae7a49fc340e13bc82f036d.tar.xz
xK-5e728f6d3132b5f0cae7a49fc340e13bc82f036d.zip
Bump version, update NEWSv1.4.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 748eef0..fc2d146 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0)
-project (uirc3 VERSION 1.3.0 LANGUAGES C)
+project (uirc3 VERSION 1.4.0 LANGUAGES C)
# Options
option (WANT_READLINE "Use GNU Readline for the UI (better)" ON)