From 7737ba0afb5995767830d6747b1acc94eb5f1dbf Mon Sep 17 00:00:00 2001 From: Felix de las Pozas <felixdelaspozas@gmail.com> Date: Thu, 9 Mar 2023 08:39:51 +0100 Subject: [PATCH] Update SimIL subproject commit. Bump to version 1.8.8. --- .gitsubprojects | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitsubprojects b/.gitsubprojects index e59ed03..1db37bb 100644 --- a/.gitsubprojects +++ b/.gitsubprojects @@ -4,7 +4,7 @@ #git_subproject( gmrvlex https://github.com/vg-lab/gmrvlex.git c20b194 ) #git_subproject( Brion https://github.com/BlueBrain/Brion.git 073f356 ) git_subproject( ReTo https://github.com/gmrvvis/ReTo.git bd0c110 ) -git_subproject( SimIL https://github.com/gmrvvis/SimIL.git 4cce8fc8 ) +git_subproject( SimIL https://github.com/gmrvvis/SimIL.git 78f316c0 ) git_subproject( scoop https://github.com/gmrvvis/scoop.git b3326cd ) git_subproject( plab https://github.com/vg-lab/particlelab.git f7fecd1 ) git_subproject( acuterecorder https://github.com/vg-lab/AcuteRecorder.git e17cce7 ) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0215bc1..f908e27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required( VERSION 3.1 FATAL_ERROR ) # visimpl project and version -project( visimpl VERSION 1.8.7 ) +project( visimpl VERSION 1.8.8 ) set( visimpl_VERSION_ABI 6 ) SET( VISIMPL_LICENSE "GPL") -- GitLab