From c8e23a29b06d4ab3aa9cd8872db155af8807744f Mon Sep 17 00:00:00 2001 From: Asger Gitz-Johansen Date: Fri, 29 Apr 2022 13:00:05 +0200 Subject: [PATCH] Update version to 0.10.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f18c65a..c4c8f777 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ # 3.16+ because of target_precompiled_header cmake_minimum_required(VERSION 3.16) -project(aaltitoad VERSION 0.10.0) +project(aaltitoad VERSION 0.10.1) configure_file(src/config.h.in config.h) set(THREADS_PREFER_PTHREAD_FLAG ON) find_package(Threads REQUIRED)