Skip to content

Commit

Permalink
Prepare for version 7.2
Browse files Browse the repository at this point in the history
* finalize NEWS for that version
* bump version info for autotools and CMake
  • Loading branch information
dl8dtl committed Jul 19, 2023
1 parent 5e715e2 commit cb9e7e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb9e7e4

Please sign in to comment.