diff --git a/CMakeLists.txt b/CMakeLists.txt index bdb3cde9b..ab4b65fc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set( AUDACITY_BUILD_LEVEL 2 CACHE STRING "0 for alpha, 1 for beta, 2 for release # AUDACITY_BUILD_LEVEL to 0 set( AUDACITY_VERSION 1 ) set( AUDACITY_RELEASE 2 ) -set( AUDACITY_REVISION 0 ) +set( AUDACITY_REVISION 1 ) set( AUDACITY_MODLEVEL 0 ) string( TIMESTAMP __TDATE__ "%Y%m%d" )