aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-13 16:03:19 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-10-13 16:03:19 +0200
commitd820bc2f23eb736575554e20621b4df80e7b1dc6 (patch)
treec272f4444d40976165672cee50fefa56433af73f /CMakeLists.txt
parentb458fc1f9976efad8d332a275994d4d5ad982a05 (diff)
downloadjson-rpc-shell-d820bc2f23eb736575554e20621b4df80e7b1dc6.tar.gz
json-rpc-shell-d820bc2f23eb736575554e20621b4df80e7b1dc6.tar.xz
json-rpc-shell-d820bc2f23eb736575554e20621b4df80e7b1dc6.zip
Bump version, update NEWSv1.1.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 8ceab4a..af26858 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
# Version
set (project_VERSION_MAJOR "1")
-set (project_VERSION_MINOR "0")
+set (project_VERSION_MINOR "1")
set (project_VERSION_PATCH "0")
set (project_VERSION "${project_VERSION_MAJOR}")