From 352a379d98f217cfd13f9276ab0c7471d55e8969 Mon Sep 17 00:00:00 2001 From: Avery King Date: Thu, 7 Jul 2022 19:49:02 -0700 Subject: [PATCH] Saucedacity 1.2 beta 1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d44c2f7496..4dd6ce5f46 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 0 CACHE STRING "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" ) # The Saucedacity version # Increment as appropriate after release of a new version, and set back