mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 14:17:10 +01:00
Set AUDACITY_BUILD_LEVEL to Release when building from release branch
This commit is contained in:
committed by
Paul Licameli
parent
a8afea5a75
commit
70bb6a63c3
@@ -19,7 +19,7 @@ endif ()
|
||||
# still link to the alpha manual online.
|
||||
|
||||
# Set this value to 0 for alpha, 1 for beta, 2 for release builds
|
||||
set( AUDACITY_BUILD_LEVEL 0 )
|
||||
set( AUDACITY_BUILD_LEVEL 0 CACHE STRING "0 for alpha, 1 for beta, 2 for release builds" )
|
||||
|
||||
# The Audacity version
|
||||
# Increment as appropriate after release of a new version, and set back
|
||||
|
||||
Reference in New Issue
Block a user