From 222dfa9dbd52bebc2a996255eece451850098d48 Mon Sep 17 00:00:00 2001 From: James Crook <james.k.crook@gmail.com> Date: Sat, 23 Feb 2019 11:10:11 +0000 Subject: [PATCH] Building for 2.3.1 release now. --- src/Audacity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audacity.h b/src/Audacity.h index 431247ca7b..d3dabf178d 100644 --- a/src/Audacity.h +++ b/src/Audacity.h @@ -39,7 +39,7 @@ // Its value may be more than 0 for pre-release "Beta" builds that differ only // in the welcome screen, and hiding of some development menu commands, but // still link to the alpha manual online. -#define AUDACITY_BUILD_LEVEL 0 +#define AUDACITY_BUILD_LEVEL 2 // used #ifdef not #if for IS_ALPHA, IS_BETA, IS_RELEASE, USE_ALPHA_MANUAL #undef IS_ALPHA -- GitLab