Skip to content
Snippets Groups Projects
Commit 368fb5d7 authored by Felix de las Pozas's avatar Felix de las Pozas
Browse files

Bump to version 1.8.11. Updated recorder commit in subprojects.

parent 18c5caa5
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ git_subproject( ReTo https://github.com/vg-lab/ReTo.git b915c02 )
git_subproject( SimIL https://github.com/vg-lab/SimIL.git 376feed )
git_subproject( scoop https://github.com/vg-lab/scoop.git 1185a5a )
git_subproject( plab https://github.com/vg-lab/particlelab.git dbaf1b3 )
git_subproject( acuterecorder https://github.com/vg-lab/AcuteRecorder.git c61335a )
git_subproject( acuterecorder https://github.com/vg-lab/AcuteRecorder.git 92321d2 )
......@@ -9,7 +9,7 @@
cmake_minimum_required( VERSION 3.1 FATAL_ERROR )
# visimpl project and version
project( visimpl VERSION 1.8.10 )
project( visimpl VERSION 1.8.11 )
set( visimpl_VERSION_ABI 6 )
SET( VISIMPL_LICENSE "GPL")
......
......@@ -386,7 +386,7 @@ void usageMessage( char* progName )
<< "Usage: "
<< progName << std::endl
<< "\t[ -bc <blue_config_path> [-target <target> ] | "
<< "-csv <network_path> <activity_path> ] "
<< "-csv <network_path> <activity_path> | -h5 <network_path> <activity_path>"
<< std::endl
#ifdef SIMIL_WITH_REST_API
<< "\t[ -rest <url> <port> ]"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment