Skip to content

Commit 2017b9a

Browse files
committed
v0.8.6
bugfix release: the new "download binary" VSCode command had a "wrong sharedir" bug, this fixes it
1 parent 0361f22 commit 2017b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.1) # we use target_sources()
2-
project(Extempore VERSION 0.8.5)
2+
project(Extempore VERSION 0.8.6)
33

44
option(ASIO "use the ASIO Portaudio backend" OFF)
55
option(JACK "use the Jack Portaudio backend" OFF)

0 commit comments

Comments
 (0)