Skip to content

Commit

Permalink
Update GUI_VERSION to 0.6.5 in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed May 22, 2023
1 parent 9372618 commit 7961480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Open Ephys GUI main build file
cmake_minimum_required(VERSION 3.15)

set(GUI_VERSION 0.6.4)
set(GUI_VERSION 0.6.5)

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

0 comments on commit 7961480

Please sign in to comment.