From f5bf4c3a017f627c386956284d30ad3eb8267e05 Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Sat, 6 Sep 2003 18:17:58 +0000 Subject: [PATCH] * NEWS: Add 'Current:' header. * configure.ac (AC_INIT): Add cvs back to version since we're back in dev cycle (post release). git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@367 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 6 ++++++ NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8261b7f6..e5b43a94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-09-06 Theodore A. Roth + + * NEWS: Add 'Current:' header. + * configure.ac (AC_INIT): Add cvs back to version since we're + back in dev cycle (post release). + 2003-09-06 Theodore A. Roth * AVRDUDE 4.2.0 has been released (cvs release tag is "release_4_2_0"). diff --git a/NEWS b/NEWS index 4766b625..87821b0b 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ Approximate change log for AVRDUDE by version. ---------------------------------------------------------------------- +Current: + Version 4.2.0: * Add basic support for reading and writing fuses via SPI with avr910 diff --git a/configure.ac b/configure.ac index 401ec05a..a4c19fcd 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.2.0, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 4.2.0cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST