diff --git a/NEWS.txt b/NEWS.txt index 958e6fa9..c7a1271e 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,10 +1,12 @@ -0.13.2.AB (Pre-Release): -- Corrects "fold_linux_kernels" COnfiguration File Notes +0.13.2.AB (09 Apr 2021): +- Corrects Notes on "fold_linux_kernels" in the Configuration File * The default setting is active and not disabled as was documented - Fixes bug resulting in the output log level being one step below the configured value * This bug was introduced in v0.13.2.AA (Commit eeb00c1) - Fixes memory allocation bug resulting in the program hanging - * This bug was introduced in v0.13.2.AA (Commit 9307d38) + * This bug was introduced in v0.13.2.AA (Commit 9307d38) +- Other misc fixes + * Logging and icon selection improvements 0.13.2.AA (06 Apr 2021): diff --git a/README-Released.md b/README-Released.md index dad8c7a1..aae2cf81 100644 --- a/README-Released.md +++ b/README-Released.md @@ -1,4 +1,4 @@ -[![Scan Status](https://scan.coverity.com/projects/22695/badge.svg?flat=1)](https://scan.coverity.com/projects/22695) +[![Latest Release](https://img.shields.io/github/release/dakanji/RefindPlus.svg?flat=1&label=current)](https://github.com/dakanji/RefindPlus/releases) [![Release date](https://img.shields.io/github/release-date/dakanji/RefindPlus.svg?flat=1&color=informational&label=when)](https://github.com/dakanji/RefindPlus/releases) [![Scan Status](https://scan.coverity.com/projects/22695/badge.svg?flat=1)](https://scan.coverity.com/projects/22695) # RefindPlus ## Overview diff --git a/include/version.h b/include/version.h index cdc6ed25..05d114e7 100644 --- a/include/version.h +++ b/include/version.h @@ -16,4 +16,4 @@ * Modifications distributed under the preceding terms. */ -#define REFINDPLUS_VERSION L"0.13.2.AB (PreRelease)" +#define REFINDPLUS_VERSION L"0.13.2.AB"