From f61c87368d48988f35a44f413568c3a1f6930a73 Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 18 May 2020 12:15:05 +0100 Subject: [PATCH] Begin 2.4.1 development. --- src/Audacity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Audacity.h b/src/Audacity.h index a55b26ea4..ccd771789 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 2 +#define AUDACITY_BUILD_LEVEL 0 // used #ifdef not #if for IS_ALPHA, IS_BETA, IS_RELEASE, USE_ALPHA_MANUAL #undef IS_ALPHA @@ -62,7 +62,7 @@ // Increment as appropriate every time we release a NEW version. #define AUDACITY_VERSION 2 #define AUDACITY_RELEASE 4 -#define AUDACITY_REVISION 0 +#define AUDACITY_REVISION 1 #define AUDACITY_MODLEVEL 0 #if defined(IS_BETA)