1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 08:33:53 +01:00

Begin 2.4.2 development

This commit is contained in:
James Crook
2020-05-21 21:21:50 +01:00
parent 1322b40a9c
commit 947ed37918
5 changed files with 52 additions and 37 deletions

View File

@@ -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 1
#define AUDACITY_REVISION 2
#define AUDACITY_MODLEVEL 0
#if defined(IS_BETA)