From 803022db1184cd94d04312f7c47cea6b4bdea7af Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 21 Feb 2018 15:18:09 -0500 Subject: [PATCH] Open 2.3.0 alpha development --- src/Audacity.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Audacity.h b/src/Audacity.h index 5ed4b7d95..1886688e8 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 @@ -61,8 +61,8 @@ // Increment as appropriate every time we release a NEW version. #define AUDACITY_VERSION 2 -#define AUDACITY_RELEASE 2 -#define AUDACITY_REVISION 2 +#define AUDACITY_RELEASE 3 +#define AUDACITY_REVISION 0 #define AUDACITY_MODLEVEL 0 #if defined(IS_BETA)