Update version numbers.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@128 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
bsd 2002-02-15 02:05:19 +00:00
parent febc0e8231
commit a1b7537511
2 changed files with 2 additions and 2 deletions

View File

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

2
main.c
View File

@ -115,7 +115,7 @@ char ** modules[N_MODULES] = {
&term_version
};
char * version = "2.0.2";
char * version = "2.0.3";
char * main_version = "$Id$";