From 01be7194e351251a1ad329f92facd21c5e66a6f7 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Thu, 5 Oct 2023 05:58:30 -0700 Subject: [PATCH] Fix build --- CMakeLists.txt | 2 +- VERSION | 1 + modules/gin | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 VERSION diff --git a/CMakeLists.txt b/CMakeLists.txt index 92f3cbe..016e45d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required (VERSION 3.16.0 FATAL_ERROR) # # Set for each plugin # +file (READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" PLUGIN_VERSION) set (PLUGIN_NAME Wavetable) -set (PLUGIN_VERSION 1.0.9) set (BUNDLE_ID com.socalabs.wavetable) set (AU_ID WavetableAU) set (LV2_URI "https://socalabs.com/wavetable/") diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..437d26b --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.10 \ No newline at end of file diff --git a/modules/gin b/modules/gin index fc239b2..a3ebb2f 160000 --- a/modules/gin +++ b/modules/gin @@ -1 +1 @@ -Subproject commit fc239b2a732b2660f1361c752d38675d851b9d15 +Subproject commit a3ebb2f521e4caa069579ae24d426ad833ed81c6