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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user