summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-12-24 10:43:36 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-12-24 10:43:59 +0100
commit74fcb0682886c8fbf4ba82a76d7c5de15f167340 (patch)
treee211ccc32761ad625a39723d44f1485f20590f44 /CMakeLists.txt
parent8cf1abf135782a0e191702685316b029a44af770 (diff)
downloadjson-rpc-shell-74fcb0682886c8fbf4ba82a76d7c5de15f167340.tar.gz
json-rpc-shell-74fcb0682886c8fbf4ba82a76d7c5de15f167340.tar.xz
json-rpc-shell-74fcb0682886c8fbf4ba82a76d7c5de15f167340.zip
Bump version, update NEWSv1.2.0origin/master
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 501ea3a..198db35 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0...3.27)
-project (json-rpc-shell VERSION 1.1.0 LANGUAGES C)
+project (json-rpc-shell VERSION 1.2.0 LANGUAGES C)
# Options
option (WANT_READLINE "Use GNU Readline for the UI (better)" ON)