diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index aa8edc18..3c810ba6 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -1,9 +1,3 @@ -2005-09-21 Joerg Wunsch - - * main.c(do_op): use mem->desc in place of upd->memtype to - give the full name of the respective memory area, instead of - the (possibly abbreviated) name the user typed in the -U option. - 2005-09-21 Joerg Wunsch * main.c: Add the forgotten -B option to the option string in diff --git a/avrdude/configure.ac b/avrdude/configure.ac index 1ce2d6ad..13eaec75 100644 --- a/avrdude/configure.ac +++ b/avrdude/configure.ac @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(avrdude, 5.0cvs, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 5.0, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST