From 20e54d18a77c3734e644f183dc7690f95b41c2e4 Mon Sep 17 00:00:00 2001 From: Juan Manzanero Date: Wed, 10 Aug 2022 19:11:26 +0200 Subject: [PATCH] [JMT] Updated version to v0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 064b982..09fc235 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) # set the project name -project(fastest-lap VERSION 0.2.5) +project(fastest-lap VERSION 0.3) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/thirdparty) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/thirdparty/include)