Skip to content

Commit

Permalink
Merge pull request #297 from RyanMetcalfeInt8/rdmetca/v3.6.4_r3.4
Browse files Browse the repository at this point in the history
Updates to support v3.6.4-R3.4
  • Loading branch information
RyanMetcalfeInt8 authored Sep 19, 2024
2 parents 2bb34c0 + 644516a commit b6290c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/build_doc/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/build_doc/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/windows/prereq.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/windows/set_env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit b6290c2

Please sign in to comment.