From 6b6e10bbd2adec73d2622a9dd7964855054a612f Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 22 Sep 2005 17:52:00 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/tags/RELEASE_5_0_0@531 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 6 ------ avrdude/configure.ac | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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