From ca00a834de3fca65c025d86e18cf5e4ba1e16d83 Mon Sep 17 00:00:00 2001 From: Felix de las Pozas <felixdelaspozas@gmail.com> Date: Fri, 3 Feb 2023 11:50:44 +0100 Subject: [PATCH] Update SimIL subproject commit. Bump to version 0.4.3. --- .gitsubprojects | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitsubprojects b/.gitsubprojects index 829f7db..861ea45 100644 --- a/.gitsubprojects +++ b/.gitsubprojects @@ -6,4 +6,4 @@ git_subproject(neurolots https://github.com/gmrvvis/neurolots.git f8ea6d1e) git_subproject(ReTo https://github.com/gmrvvis/ReTo.git 211c49a) git_subproject(acuterecorder https://github.com/vg-lab/AcuteRecorder.git 0b84c2b1) -#git_subproject( SimIL https://github.com/gmrvvis/SimIL.git a1b1be1d) +#git_subproject( SimIL https://github.com/gmrvvis/SimIL.git dd1e0a48) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ba1dd2..3f41f15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # cmake_minimum_required(VERSION 3.1 FATAL_ERROR) -project(NeuroTessMesh VERSION 0.4.2) +project(NeuroTessMesh VERSION 0.4.3) set(NeuroTessMesh_VERSION_ABI 1) # Disable in source building -- GitLab