From 67ecb0e255277531735bce1c2714cf52268940c2 Mon Sep 17 00:00:00 2001 From: James Crook Date: Fri, 9 Apr 2021 19:43:46 +0100 Subject: [PATCH] Update for 3.0.2 --- README.txt | 14 +++++++------- audacity.dox.in | 2 +- src/Audacity.h | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index 842eae752..d67bdf392 100644 --- a/README.txt +++ b/README.txt @@ -29,12 +29,12 @@ 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.1 +Version 3.0.2 Contents of this README: 1. Licensing -2. Changes since version 3.0.1 +2. Changes since version 3.0.2 3. Known Issues at Release 4. Source Code, Libraries and Additional Copyright Information @@ -76,7 +76,7 @@ Improvements * In MP3 export we removed a legacy option for a slower encoding that is no better than the faster one. -See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_3.0.1 +See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_3.0.2 Bug Fixes @@ -106,13 +106,13 @@ Bug Fixes * 2720 - Cannot open project that's in a read only folder - error message vague * 2722 - Noise Gate fails on a one hour stereo selection -See also: https://wiki.audacityteam.org/wiki/Release_Notes_3.0.1 +See also: https://wiki.audacityteam.org/wiki/Release_Notes_3.0.2 ------------------------------------------------------------------------------- -3. Some Known Issues in 3.0.1: +3. Some Known Issues in 3.0.2: We have two significant bugs we would like help in tracking down: @@ -124,8 +124,8 @@ We have two significant bugs we would like help in tracking down: If there are repeatable steps to make these bugs happen, this could help us track down what is causing them. -For best workarounds and other known issues in 3.0.1, please see: - https://wiki.audacityteam.org/wiki/Release_Notes_3.0.1/Issues +For best workarounds and other known issues in 3.0.2, please see: + https://wiki.audacityteam.org/wiki/Release_Notes_3.0.2/Issues ------------------------------------------------------------------------------- diff --git a/audacity.dox.in b/audacity.dox.in index 6b2ff10fc..422f7c0d2 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.1 +PROJECT_NUMBER = 3.0.2 # 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/src/Audacity.h b/src/Audacity.h index fe87007c3..b370dae47 100644 --- a/src/Audacity.h +++ b/src/Audacity.h @@ -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 1 +#define AUDACITY_REVISION 2 #define AUDACITY_MODLEVEL 0 #if defined(IS_BETA)