Skip to content

Commit

Permalink
Post-release 7.2
Browse files Browse the repository at this point in the history
Update version info and NEWS template snippet
  • Loading branch information
dl8dtl committed Jul 19, 2023
1 parent cb9e7e4 commit 330030e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Approximate change log for AVRDUDE by version.
(For detailed changes, see the version control system logs.)

----------------------------------------------------------------------
Changes since version 7.2:

* Major changes compared to the previous version:

* New devices supported:

* New programmers supported:

* Issues fixed:

* Pull requests:

* Internals:


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.2, avrdude-dev@nongnu.org)
AC_INIT(avrdude, 7.2-20230720, avrdude-dev@nongnu.org)

AC_CANONICAL_BUILD
AC_CANONICAL_HOST
Expand Down

0 comments on commit 330030e

Please sign in to comment.