From 16444b9ad29a0f42e317b62a93a5a31e75fbe549 Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 19 Apr 2021 12:58:32 +0100 Subject: [PATCH] Update for 3.0.3 --- README.txt | 2 +- audacity.dox.in | 2 +- locale/update_po_files.sh | 6 +++--- src/Audacity.h | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index d67bdf392..060b48ea7 100644 --- a/README.txt +++ b/README.txt @@ -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: diff --git a/audacity.dox.in b/audacity.dox.in index 422f7c0d2..a5588f096 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.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 diff --git a/locale/update_po_files.sh b/locale/update_po_files.sh index 8ec4d4dd3..dcc2ff195 100755 --- a/locale/update_po_files.sh +++ b/locale/update_po_files.sh @@ -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";\ diff --git a/src/Audacity.h b/src/Audacity.h index b1deb9a2f..28bd22062 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 2 +#define AUDACITY_REVISION 3 #define AUDACITY_MODLEVEL 0 #if defined(IS_BETA)