mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Ready for 3.0.1 development.
This commit is contained in:
@@ -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> <b>Audacity<sup>®</sup></b> software is copyright © 1999-2020 Audacity Team.<br>")
|
||||
<< wxT("<p><br> <b>Audacity<sup>®</sup></b> software is copyright © 1999-2021 Audacity Team.<br>")
|
||||
<< wxT(" 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> ")
|
||||
/* 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>®</sup></b>").Format( ProgramName ),
|
||||
wxT("©"),
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user