Update version numbers.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@128 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
6a1fb41b25
commit
9057207b15
|
@ -4,7 +4,7 @@ Approximate change log for AVRPROG by version
|
|||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Latest:
|
||||
2.0.3:
|
||||
|
||||
* Work around problem programming fuse bits on parts like the
|
||||
at90s4433 as described in the following errata:
|
||||
|
|
|
@ -115,7 +115,7 @@ char ** modules[N_MODULES] = {
|
|||
&term_version
|
||||
};
|
||||
|
||||
char * version = "2.0.2";
|
||||
char * version = "2.0.3";
|
||||
|
||||
char * main_version = "$Id$";
|
||||
|
||||
|
|
Loading…
Reference in New Issue