1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 06:01:04 +01:00

Set BUILD_LEVEL back to 0 and Version to 2.4.0, ready for onward development.

This commit is contained in:
James Crook
2019-11-23 09:30:06 +00:00
parent 008d8d8c8c
commit 846938e871
4 changed files with 6 additions and 6 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
@@ -61,8 +61,8 @@
// Increment as appropriate every time we release a NEW version.
#define AUDACITY_VERSION 2
#define AUDACITY_RELEASE 3
#define AUDACITY_REVISION 3
#define AUDACITY_RELEASE 4
#define AUDACITY_REVISION 0
#define AUDACITY_MODLEVEL 0
#if defined(IS_BETA)