* 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:
parent
5367eaf675
commit
385b2bb179
|
@ -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
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue