From 644516a56a109bf9b034d86b8e9581a76bb4cb4f Mon Sep 17 00:00:00 2001 From: Ryan Metcalfe Date: Thu, 19 Sep 2024 08:26:33 -0700 Subject: [PATCH] Updates to support v3.6.4-R3.4 --- doc/build_doc/linux/README.md | 4 ++-- doc/build_doc/windows/README.md | 4 ++-- tools/windows/prereq.bat | 2 +- tools/windows/set_env.bat | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/build_doc/linux/README.md b/doc/build_doc/linux/README.md index e8d31e5..dc9ec26 100644 --- a/doc/build_doc/linux/README.md +++ b/doc/build_doc/linux/README.md @@ -99,9 +99,9 @@ sudo apt-get install libgtk2.0-dev libasound2-dev libjack-jackd2-dev uuid-dev # clone Audacity git clone https://github.com/audacity/audacity.git -# It is recommended to check out specific tag / branch here, such as release-3.6.2 +# It is recommended to check out specific tag / branch here, such as release-3.6.4 cd audacity -git checkout release-3.6.2 +git checkout release-3.6.4 cd .. # Create build directory diff --git a/doc/build_doc/windows/README.md b/doc/build_doc/windows/README.md index 2a81b31..4395825 100644 --- a/doc/build_doc/windows/README.md +++ b/doc/build_doc/windows/README.md @@ -89,9 +89,9 @@ pip install conan :: clone Audacity git clone https://github.com/audacity/audacity.git -:: Check out latest Audacity branch that our plugins are compatible with (currently, release-3.6.2) +:: Check out latest Audacity branch that our plugins are compatible with (currently, release-3.6.4) cd audacity -git checkout release-3.6.2 +git checkout release-3.6.4 cd .. mkdir audacity-build diff --git a/tools/windows/prereq.bat b/tools/windows/prereq.bat index 8ef505c..52a8e21 100644 --- a/tools/windows/prereq.bat +++ b/tools/windows/prereq.bat @@ -22,7 +22,7 @@ set OPENCL_SDK_256SUM=11844a1d69a71f82dc14ce66382c6b9fc8a4aee5840c21a786c5accb1d :: GIT Repo Configuration :: ::::::::::::::::::::::::::::: set AUDACITY_REPO_CLONE_URL=https://github.com/audacity/audacity.git -set AUDACITY_REPO_CHECKOUT=release-3.6.3 +set AUDACITY_REPO_CHECKOUT=release-3.6.4 set WHISPERCPP_REPO_CLONE_URL=https://github.com/ggerganov/whisper.cpp set WHISPERCPP_REPO_CHECKOUT=v1.6.0 diff --git a/tools/windows/set_env.bat b/tools/windows/set_env.bat index 01e900d..4deb74c 100644 --- a/tools/windows/set_env.bat +++ b/tools/windows/set_env.bat @@ -16,7 +16,7 @@ set AUDACITY_BUILD_LEVEL=2 set AUDACITY_BUILD_CONFIG=RelWithDebInfo :: The version that we will pass to inno setup as the app version. -set AI_PLUGIN_VERSION=v3.6.3-R3.3 +set AI_PLUGIN_VERSION=v3.6.4-R3.4 set AI_PLUGIN_REPO_SOURCE_FOLDER=%bat_path%\..\..\ echo AI_PLUGIN_REPO_SOURCE_FOLDER=%AI_PLUGIN_REPO_SOURCE_FOLDER%