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
1 changed files with 1 additions and 1 deletions

View File

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