diff --git a/ChangeLog b/ChangeLog index 96a4b5c9..7058663d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-29 Joerg Wunsch + + * configure.ac (AC_INIT): Bump version, releasing avrdude-5.5. + 2007-10-29 Joerg Wunsch Submitted by : diff --git a/NEWS b/NEWS index 35a10ec0..0b53db9a 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Approximate change log for AVRDUDE by version. (For more detailed changes, see the ChangeLog file.) ---------------------------------------------------------------------- -Current: +Version 5.5: * Add support for the USBtinyISP programmer (patch #6233) diff --git a/configure.ac b/configure.ac index 6081febe..316c8443 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(avrdude, 5.4cvs, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 5.5, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST