From cb9e7e49e6cb10f8ce57617546f74fa112e82afb Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Wed, 19 Jul 2023 22:28:21 +0200 Subject: [PATCH] Prepare for version 7.2 * finalize NEWS for that version * bump version info for autotools and CMake --- CMakeLists.txt | 2 +- NEWS | 2 +- src/configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a50207fdd..9ab5a832d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ # cmake --build build cmake_minimum_required(VERSION 3.14) -project(avrdude VERSION 7.1 LANGUAGES C) +project(avrdude VERSION 7.2 LANGUAGES C) set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED True) diff --git a/NEWS b/NEWS index 524341276..008fcdc46 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Approximate change log for AVRDUDE by version. (For detailed changes, see the version control system logs.) ---------------------------------------------------------------------- -Changes since version 7.1: +Changes in version 7.2: * Major changes compared to the previous version: diff --git a/src/configure.ac b/src/configure.ac index f947ef88d..4b8425f05 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -23,7 +23,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(avrdude, 7.1-20230108, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 7.2, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST