diff --git a/audacity.dox.in b/audacity.dox.in index 48706c21e..6b2ff10fc 100644 --- a/audacity.dox.in +++ b/audacity.dox.in @@ -38,7 +38,7 @@ PROJECT_NAME = Audacity # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.0.0 +PROJECT_NUMBER = 3.0.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 00662dcc3..100ae4608 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -390,7 +390,7 @@ visit our %s.") << wxT("") << wxT("Customised version of the Audacity free, open source, cross-platform software " ) << wxT("for recording and editing sounds.") - << wxT("


    Audacity® software is copyright © 1999-2020 Audacity Team.
") + << wxT("


    Audacity® software is copyright © 1999-2021 Audacity Team.
") << wxT("    The name Audacity is a registered trademark of Dominic Mazzoni.

") #else @@ -480,7 +480,7 @@ visit our %s.") << wxT("


    ") /* i18n-hint Audacity's name substitutes for first and third %s, and a "copyright" symbol for the second */ - << XO("%s software is copyright %s 1999-2020 %s Team.") + << XO("%s software is copyright %s 1999-2021 %s Team.") .Format( Verbatim("%s®").Format( ProgramName ), wxT("©"), diff --git a/src/Audacity.h b/src/Audacity.h index ac491b65d..fe87007c3 100644 --- a/src/Audacity.h +++ b/src/Audacity.h @@ -39,7 +39,7 @@ // Its value may be more than 0 for pre-release "Beta" builds that differ only // in the welcome screen, and hiding of some development menu commands, but // still link to the alpha manual online. -#define AUDACITY_BUILD_LEVEL 2 +#define AUDACITY_BUILD_LEVEL 0 // used #ifdef not #if for IS_ALPHA, IS_BETA, IS_RELEASE, USE_ALPHA_MANUAL #undef IS_ALPHA @@ -62,7 +62,7 @@ // Increment as appropriate every time we release a NEW version. #define AUDACITY_VERSION 3 #define AUDACITY_RELEASE 0 -#define AUDACITY_REVISION 0 +#define AUDACITY_REVISION 1 #define AUDACITY_MODLEVEL 0 #if defined(IS_BETA)