Skip to content

Commit b5ab6ff

Browse files
committed
Initial support for auto updating the GUI
Add support for checking and downloading latest version of the GUI
1 parent f4a5578 commit b5ab6ff

6 files changed

Lines changed: 628 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Open Ephys GUI main build file
22
cmake_minimum_required(VERSION 3.15)
33

4-
set(GUI_VERSION 0.6.4)
4+
set(GUI_VERSION 0.6.3)
55

66
string(REGEX MATCHALL "[0-9]+" VERSION_LIST ${GUI_VERSION})
77
set(GUI_VERSION_HEX "0x")

0 commit comments

Comments
 (0)