diff --git a/.gitsubprojects b/.gitsubprojects index 79046f27d7e62a216039edd2e7c496f176def3c6..fbfeee2002e7fc8f8b5d5d8a832378924541079f 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 e21091c ) -git_subproject( SimIL https://github.com/gmrvvis/SimIL.git a8a56438 ) +git_subproject( SimIL https://github.com/gmrvvis/SimIL.git bbc4bd7f ) git_subproject( scoop https://github.com/gmrvvis/scoop.git b3326cd ) git_subproject( plab https://github.com/vg-lab/particlelab.git 675f9088 ) git_subproject( acuterecorder https://github.com/vg-lab/AcuteRecorder.git 0b84c2b1 ) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f852d40857c21b68bf5a7ef1a47100a2e24f997..e8b5c962912449567922c9719daec5a97b1d71d3 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.0 ) +project( visimpl VERSION 1.8.1 ) set( visimpl_VERSION_ABI 6 ) SET( VISIMPL_LICENSE "GPL") diff --git a/sumrice/ConfigureRESTDialog.cpp b/sumrice/ConfigureRESTDialog.cpp index e2165c6e76bec7efd1edd4c60c8f6ca8fcbababd..c6d1e0f9f1853f9a542313b2c676295fcffc9b0f 100644 --- a/sumrice/ConfigureRESTDialog.cpp +++ b/sumrice/ConfigureRESTDialog.cpp @@ -35,7 +35,7 @@ RESTConfigurationWidget::RESTConfigurationWidget(QWidget *p, Qt::WindowFlags f) : QWidget(p,f) { m_waitTime = new QSpinBox(); - m_waitTime->setMinimum(1000); + m_waitTime->setMinimum(1); m_waitTime->setMaximum(10000); m_waitTime->setValue(5000); m_waitTime->setSuffix(" ms");