Pre-release mode.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@569 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
ede97a0ed2
commit
cd07291aae
|
@ -1,3 +1,7 @@
|
|||
2006-01-23 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* configure.in: Bump version.
|
||||
|
||||
2006-01-17 Colin O'Flynn <coflynn@newae.com>
|
||||
* main.c: Fixed a typo in safemode variable names, fixed bug 15113
|
||||
* avrdude.conf.in : Added BS2 and pagel to M162, Patch 4766
|
||||
|
|
|
@ -5,7 +5,7 @@ Approximate change log for AVRDUDE by version.
|
|||
(For more detailed changes, see the ChangeLog file.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Current:
|
||||
Version 5.1:
|
||||
|
||||
* New devices supported:
|
||||
|
||||
|
|
|
@ -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.1, avrdude-dev@nongnu.org)
|
||||
|
||||
AC_CANONICAL_BUILD
|
||||
AC_CANONICAL_HOST
|
||||
|
|
Loading…
Reference in New Issue