From 685e7c781ac983f1b35397815ac57dc4ffc255d4 Mon Sep 17 00:00:00 2001 From: Avery King Date: Sat, 11 Sep 2021 14:09:10 -0700 Subject: [PATCH] Saucedacity 1.1 We're all good with 1.1 now. Time for a stable release! --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e405c304b3..cf855c7588 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif () # still link to the alpha manual online. # Set this value to 0 for alpha, 1 for beta, 2 for release builds -set( AUDACITY_BUILD_LEVEL 1 CACHE STRING "0 for alpha, 1 for beta, 2 for release builds" ) +set( AUDACITY_BUILD_LEVEL 2 CACHE STRING "0 for alpha, 1 for beta, 2 for release builds" ) # The Saucedacity version # Increment as appropriate after release of a new version, and set back