diff --git a/CMakeLists.txt b/CMakeLists.txt index 29772cb9..6d68e1f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.12) project(ergocub-software - VERSION 0.2.0) + VERSION 0.3.0) # Give error if add_dependencies is called on a non-existing target if(POLICY CMP0046)