Update for 3.0.3

This commit is contained in:
James Crook 2021-04-19 12:58:32 +01:00
parent ff5003a9db
commit 16444b9ad2
4 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ pull request on https://github.com/audacity/audacity/pulls . It's usually
best to discuss functional code changes with us first on audacity-devel:
https://lists.sourceforge.net/lists/listinfo/audacity-devel .
Version 3.0.2
Version 3.0.3
Contents of this README:

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.2
PROJECT_NUMBER = 3.0.3
# 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

@ -11,7 +11,7 @@ xargs xgettext \
--add-location=file \
--copyright-holder='Audacity Team' \
--package-name="audacity" \
--package-version='3.0.1' \
--package-version='3.0.3' \
--msgid-bugs-address="audacity-translation@lists.sourceforge.net" \
--add-location=file -L C -o audacity.pot
echo ";; Adding nyquist files to audacity.pot"
@ -25,7 +25,7 @@ xargs xgettext \
--add-location=file \
--copyright-holder='Audacity Team' \
--package-name="audacity" \
--package-version='3.0.1' \
--package-version='3.0.3' \
--msgid-bugs-address="audacity-translation@lists.sourceforge.net" \
--add-location=file -L Lisp -j -o audacity.pot
if test "${AUDACITY_ONLY_POT:-}" = 'y'; then
@ -33,7 +33,7 @@ if test "${AUDACITY_ONLY_POT:-}" = 'y'; then
fi
echo ";; Updating the .po files - Updating Project-Id-Version"
for i in *.po; do
sed -i '/^"Project-Id-Version:/c\"Project-Id-Version: audacity 3.0.1\\n"' $i
sed -i '/^"Project-Id-Version:/c\"Project-Id-Version: audacity 3.0.3\\n"' $i
done
echo ";; Updating the .po files"
sed 's/.*/echo "msgmerge --lang=& &.po audacity.pot -o &.po";\

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 2
#define AUDACITY_REVISION 3
#define AUDACITY_MODLEVEL 0
#if defined(IS_BETA)