diff --git a/NEWS b/NEWS index 2a190861..558831ab 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,20 @@ Approximate change log for AVRDUDE by version. (For detailed changes, see the version control system logs.) ---------------------------------------------------------------------- +Changes since version 7.0: + + * Major changes compared to the previous version: + + * New devices supported: + + * New programmers supported: + + * Issues fixed: + + * Pull requests: + + * Internals: + Changes in version 7.0: * Major changes compared to the previous version: diff --git a/src/configure.ac b/src/configure.ac index ae60e3f1..e6629c73 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.0, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 7.0-20220508, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST