Skip to content

Commit 57bff13

Browse files
Merge pull request #250 from RyanMetcalfeInt8/rdmeta/bump_rev_to_3.6.1
bump rev to 3.6.1
2 parents 77d25ee + ff7e3aa commit 57bff13

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/build_doc/linux/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ sudo apt-get install libgtk2.0-dev libasound2-dev libjack-jackd2-dev uuid-dev
9999
# clone Audacity
100100
git clone https://github.com/audacity/audacity.git
101101
102-
# It is recommended to check out specific tag / branch here, such as release-3.6.0
102+
# It is recommended to check out specific tag / branch here, such as release-3.6.1
103103
cd audacity
104-
git checkout release-3.6.0
104+
git checkout release-3.6.1
105105
cd ..
106106
107107
# Create build directory

doc/build_doc/windows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ pip install conan
8989
:: clone Audacity
9090
git clone https://github.com/audacity/audacity.git
9191

92-
:: Check out latest Audacity branch that our plugins are compatible with (currently, release-3.6.0)
92+
:: Check out latest Audacity branch that our plugins are compatible with (currently, release-3.6.1)
9393
cd audacity
94-
git checkout release-3.6.0
94+
git checkout release-3.6.1
9595
cd ..
9696

9797
mkdir audacity-build

tools/windows/prereq.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set OPENCL_SDK_256SUM=11844a1d69a71f82dc14ce66382c6b9fc8a4aee5840c21a786c5accb1d
2929
:: GIT Repo Configuration ::
3030
:::::::::::::::::::::::::::::
3131
set AUDACITY_REPO_CLONE_URL=https://github.com/audacity/audacity.git
32-
set AUDACITY_REPO_CHECKOUT=release-3.6.0
32+
set AUDACITY_REPO_CHECKOUT=release-3.6.1
3333

3434
set WHISPERCPP_REPO_CLONE_URL=https://github.com/ggerganov/whisper.cpp
3535
set WHISPERCPP_REPO_CHECKOUT=v1.6.0

tools/windows/set_env.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set AUDACITY_BUILD_LEVEL=2
1616
set AUDACITY_BUILD_CONFIG=RelWithDebInfo
1717

1818
:: The version that we will pass to inno setup as the app version.
19-
set AI_PLUGIN_VERSION=v3.6.0-R3.0
19+
set AI_PLUGIN_VERSION=v3.6.1-R3.1
2020

2121
set AI_PLUGIN_REPO_SOURCE_FOLDER=%bat_path%\..\..\
2222
echo AI_PLUGIN_REPO_SOURCE_FOLDER=%AI_PLUGIN_REPO_SOURCE_FOLDER%

0 commit comments

Comments
 (0)