diff --git a/src/Audacity.h b/src/Audacity.h
index d201985c886d8701ae7936e06e8eb7889f1bdcc6..c14cfb46b09d208e316bde69db57cd5c0649ff8b 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 1
 
 // used #ifdef not #if for IS_ALPHA, IS_BETA, IS_RELEASE, USE_ALPHA_MANUAL
 #undef IS_ALPHA