diff --git a/CMakeLists.txt b/CMakeLists.txt index 5aa11011..0bde733a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ # cmake --build build cmake_minimum_required(VERSION 3.14) -project(avrdude VERSION 8.1 LANGUAGES C) +project(avrdude VERSION 8.2 LANGUAGES C) set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED True) diff --git a/NEWS b/NEWS index 91d02874..9bed8342 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Approximate change log for AVRDUDE by version. (For detailed changes, see the version control system logs.) ---------------------------------------------------------------------- -Changes since version 8.1: +Changes in version 8.2: * Major changes compared to the previous version: @@ -76,7 +76,7 @@ Changes since version 8.1: - Disable Python binding under Windows 11 ARM64 in build.yml #2119 - Improve Micronucleus info/warning/error messages #2110 - Suppress gcc compiler warning #2116 - - Inprove AVR-LA support #2118 + - Improve AVR-LA support #2118 - Update avrintel and avrdude.conf from device packs #2121 - Introduce and future-proof d, r, w and q commands #2122 - Fix Endian problems #2123