diff --git a/ChangeLog b/ChangeLog index 1257548a..779db228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-11 Joerg Wunsch + + * configure.ac: We are post-5.8 now. + 2009-07-11 Joerg Wunsch * configure.ac: Prepare for releasing version 5.8 diff --git a/NEWS b/NEWS index bb0c68bc..e3affaed 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,13 @@ Approximate change log for AVRDUDE by version. (For more detailed changes, see the ChangeLog file.) ---------------------------------------------------------------------- +Current: + + * New devices supported: + + * New programmers supported: + + Version 5.8: * Bugfixes; most importantly, fix a serious memory corruption for diff --git a/configure.ac b/configure.ac index 1fe1900f..d082c95d 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.8, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 5.8cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST