We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a428c commit 19d829dCopy full SHA for 19d829d
1 file changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
#Open Ephys GUI main build file
2
cmake_minimum_required(VERSION 3.15)
3
4
-set(GUI_VERSION 1.0.2)
+set(GUI_VERSION 1.1.0)
5
6
string(REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION})
7
list(LENGTH VERSION_LIST num_version_components)
0 commit comments