mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Ready for 3.0.1 development.
This commit is contained in:
parent
d5d4c46a3f
commit
173e3b3d66
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user