Ready for 3.0.1 development.

This commit is contained in:
James Crook 2021-03-17 10:13:51 +00:00
parent d5d4c46a3f
commit 173e3b3d66
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -390,7 +390,7 @@ visit our %s.")
<< wxT("</center></h3>")
<< wxT("Customised version of the Audacity free, open source, cross-platform software " )
<< wxT("for recording and editing sounds.")
<< wxT("<p><br>&nbsp; &nbsp; <b>Audacity<sup>&reg;</sup></b> software is copyright &copy; 1999-2020 Audacity Team.<br>")
<< wxT("<p><br>&nbsp; &nbsp; <b>Audacity<sup>&reg;</sup></b> software is copyright &copy; 1999-2021 Audacity Team.<br>")
<< wxT("&nbsp; &nbsp; The name <b>Audacity</b> is a registered trademark of Dominic Mazzoni.<br><br>")
#else
@ -480,7 +480,7 @@ visit our %s.")
<< wxT("<p><br>&nbsp; &nbsp; ")
/* 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("<b>%s<sup>&reg;</sup></b>").Format( ProgramName ),
wxT("&copy;"),

View File

@ -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)