diff --git a/src/Audacity.h b/src/Audacity.h
index 431247ca7b6061de8a99a8e2905b0a965d00e917..d3dabf178d2ca5f49a9a608ab42ea2d8ce1b6d55 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