* 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
This commit is contained in:
Theodore A. Roth 2003-09-06 18:17:58 +00:00
parent 5564554e9a
commit f5bf4c3a01
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-09-06 Theodore A. Roth <troth@openavr.org>
* 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 <troth@openavr.org>
* AVRDUDE 4.2.0 has been released (cvs release tag is "release_4_2_0").

2
NEWS
View File

@ -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

View File

@ -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