From 6df058fd08792871f35f13733db5c947506bd0bf Mon Sep 17 00:00:00 2001 From: Felix de las Pozas <felixdelaspozas@gmail.com> Date: Mon, 25 Apr 2022 16:00:51 +0200 Subject: [PATCH] Update recorder to 1.0.4. Bump to version 0.2.4. --- .gitsubprojects | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitsubprojects b/.gitsubprojects index b306d3d..510895f 100644 --- a/.gitsubprojects +++ b/.gitsubprojects @@ -4,4 +4,4 @@ # git_subproject(Lexis https://github.com/HBPVis/Lexis.git 617eedb) # git_subproject(gmrvlex git@gitlab.gmrv.es:nsviz/gmrvlex.git c20b194) git_subproject(neurolots https://github.com/gmrvvis/neurolots.git 2a1cfeb9) -git_subproject( acuterecorder https://github.com/vg-lab/AcuteRecorder.git 7485cd8b) +git_subproject( acuterecorder https://github.com/vg-lab/AcuteRecorder.git 3ae70efa ) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae75985..e6c065c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # cmake_minimum_required(VERSION 3.1 FATAL_ERROR) -project(NeuroTessMesh VERSION 0.2.3) +project(NeuroTessMesh VERSION 0.2.4) set(NeuroTessMesh_VERSION_ABI 1) # Disable in source building -- GitLab