Update version to v8.2

This commit is contained in:
Stefan Rueger
2026-07-11 11:40:03 +01:00
parent b53c83bd44
commit 216a400749
2 changed files with 3 additions and 3 deletions

View File

@@ -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)

4
NEWS
View File

@@ -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