mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Change welcome screen to identify version as a beta
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user