Fix build

This commit is contained in:
Roland Rabien 2023-10-05 05:58:30 -07:00
commit 01be7194e3
3 changed files with 3 additions and 2 deletions

View file

@ -3,8 +3,8 @@ cmake_minimum_required (VERSION 3.16.0 FATAL_ERROR)
# #
# Set for each plugin # Set for each plugin
# #
file (READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" PLUGIN_VERSION)
set (PLUGIN_NAME Wavetable) set (PLUGIN_NAME Wavetable)
set (PLUGIN_VERSION 1.0.9)
set (BUNDLE_ID com.socalabs.wavetable) set (BUNDLE_ID com.socalabs.wavetable)
set (AU_ID WavetableAU) set (AU_ID WavetableAU)
set (LV2_URI "https://socalabs.com/wavetable/") set (LV2_URI "https://socalabs.com/wavetable/")

1
VERSION Normal file
View file

@ -0,0 +1 @@
1.0.10

@ -1 +1 @@
Subproject commit fc239b2a732b2660f1361c752d38675d851b9d15 Subproject commit a3ebb2f521e4caa069579ae24d426ad833ed81c6