From a592e4a31af06b57bd32598f09ffb0c7ae9c2b30 Mon Sep 17 00:00:00 2001 From: troth Date: Mon, 19 Jul 2004 22:09:09 +0000 Subject: [PATCH] * avrdude.1: Remove reference to ppi programmer schematic. * configure.ac (AC_INIT): Set version to "4.4.0cvs". git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@435 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 5 +++++ avrdude.1 | 6 ------ configure.ac | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab003587..c69a7b75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-19 Theodore A. Roth + + * avrdude.1: Remove reference to ppi programmer schematic. + * configure.ac (AC_INIT): Set version to "4.4.0cvs". + 2004-07-18 Theodore A. Roth * AVRDUDE 4.4.0 has been released (cvs release tag is "release_4_4_0"). diff --git a/avrdude.1 b/avrdude.1 index 1bd81ae3..9c13e3ac 100644 --- a/avrdude.1 +++ b/avrdude.1 @@ -75,12 +75,6 @@ signal is available to control a buffer/driver IC 74LS367 (or 74HCT367). The latter can be useful to decouple the parallel port from the MCU when in-system programming is used. .Pp -See the file -.Pa ${PREFIX}/share/doc/avrdude/avrdude.pdf -for a schematic of the -.Xr ppi 4 -based programming hardware. -.Pp Atmel's STK500 programmer is also supported and connects to a serial port. .Pp diff --git a/configure.ac b/configure.ac index 6aadadd1..4526e17d 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, 4.4.0, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 4.4.0cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST