From 45e078264fe1bd83302e4145e93544e8db819e76 Mon Sep 17 00:00:00 2001 From: Nicogene Date: Mon, 31 Aug 2020 14:30:38 +0200 Subject: [PATCH] Bump version to 1.17.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f5e2c00a..d661ff3e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.12) project(icub_firmware_shared - VERSION 1.16.100) + VERSION 1.17.0) find_package(YCM 0.11.0 REQUIRED)