This is AVRDUDE release 7.1

This commit is contained in:
Joerg Wunsch
2023-01-08 22:28:14 +01:00
parent e226add045
commit 2e0be1e1ae
3 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 7.0 LANGUAGES C)
project(avrdude VERSION 7.1 LANGUAGES C)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED True)