diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-09-23 20:36:31 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-06 14:05:23 +0200 |
commit | 5e728f6d3132b5f0cae7a49fc340e13bc82f036d (patch) | |
tree | c5533a2dfcfd2e583cf609df96273b0197a07bfc | |
parent | 766f68e070ffd2a5e5b9172e0438ca5da67b378a (diff) | |
download | xK-5e728f6d3132b5f0cae7a49fc340e13bc82f036d.tar.gz xK-5e728f6d3132b5f0cae7a49fc340e13bc82f036d.tar.xz xK-5e728f6d3132b5f0cae7a49fc340e13bc82f036d.zip |
Bump version, update NEWSv1.4.0
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 2 insertions, 2 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) @@ -1,4 +1,4 @@ -1.4.0 (xxxx-xx-xx) +1.4.0 (2021-10-06) "Call Me Scruffy Scruffington" * xC: made message autosplitting respect text formatting |