Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.22)
project(felitronics_appkit VERSION 0.8.0 LANGUAGES C CXX) # C: juce_graphics compiles Sheenbidi (.c) in the JUCE test tier
project(felitronics_appkit VERSION 0.9.0 LANGUAGES C CXX) # C: juce_graphics compiles Sheenbidi (.c) in the JUCE test tier

# ----------------------------------------------------------------------------
# felitronics-appkit — APP-SIDE (non-DSP) JUCE infrastructure shared by the Darwin's Cat product
Expand Down
Loading