From 47947fb35cf17648e2ec7fc001666e40f88f4ce6 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Wed, 22 Dec 2021 23:27:05 +0100 Subject: [PATCH] Make version numbers of configure.ac and CMakeLists.txt match We are moving towards AVRDUDE 7.0, so express this by using 6.99 by now. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 56f73091..ed97b212 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ # cmake --build build cmake_minimum_required(VERSION 3.12) -project(avrdude VERSION 6.5.0.20211213) +project(avrdude VERSION 6.99-20211218) set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED True)