From a855692d973c2e72d38b59be545375982af3d4f7 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 8 May 2022 13:58:44 +0200 Subject: [PATCH] Correctly name the release in CMakeLists.txt as well --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3d6f8dd..95c89d2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ # cmake --build build cmake_minimum_required(VERSION 3.12) -project(avrdude VERSION 6.99) +project(avrdude VERSION 7.0) set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED True)