diff --git a/ChangeLog b/ChangeLog index 34471798..20e5b2e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-23 Joerg Wunsch + + * configure.ac (AC_INIT): Bump version to 5.3cvs (again). + 2006-12-22 Joerg Wunsch * configure.ac (AC_INIT): Bump version to 5.3.1. diff --git a/NEWS b/NEWS index e3393035..4dded533 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ Approximate change log for AVRDUDE by version. (For more detailed changes, see the ChangeLog file.) ---------------------------------------------------------------------- +Current: + Version 5.3.1: * Add support for the AVR Dragon (all modes: ISP, JTAG, HVSP, PP, diff --git a/configure.ac b/configure.ac index 7a243f52..bae45077 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.3.1, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 5.3cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST