Skip to content

Commit

Permalink
v0.8.9
Browse files Browse the repository at this point in the history
bugfix release to fix the `dyld: Library not loaded: @rpath/libportaudio.dylib`
bug (introduced in 0.8.8)
  • Loading branch information
benswift committed May 6, 2021
1 parent 829ae29 commit 0368489
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
First, a confession: the Extempore maintainers (i.e. Andrew & Ben) have been
really bad at keeping a changelog. But hopefully we'll be better in the future.

## v0.8.9

- bugfix for `@rpath/libportaudio.dylib` bug (introduced in 0.8.8)

## v0.8.8

- upgrade PortAudio (to fix a build error on macOS Big Sur)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1) # we use target_sources()
project(Extempore VERSION 0.8.8)
project(Extempore VERSION 0.8.9)

# for backwards compatibility with CMake older than 3.19
cmake_policy(SET CMP0114 OLD)
Expand Down

0 comments on commit 0368489

Please sign in to comment.