1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-29 16:27:03 +01:00

Change welcome screen to identify version as a beta

This commit is contained in:
Paul Licameli
2017-08-31 17:08:50 -04:00
parent 74e3a6fdba
commit 7423a2c232

View File

@@ -39,7 +39,7 @@
// Its value may be more than 1 for pre-release "Beta" builds that differ only in the // Its value may be more than 1 for pre-release "Beta" builds that differ only in the
// welcome screen. // welcome screen.
// Use "#if IS_ALPHA" not #ifdef // Use "#if IS_ALPHA" not #ifdef
#define IS_ALPHA 1 #define IS_ALPHA 2
// Increment as appropriate every time we release a NEW version. // Increment as appropriate every time we release a NEW version.
#define AUDACITY_VERSION 2 #define AUDACITY_VERSION 2