Correct version string.

Update read/write status more frequently.
Prefix ATMega parts with an 'm'.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@95 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2001-10-31 02:18:08 +00:00
parent 1df789a051
commit 7e7c14e638
3 changed files with 31 additions and 5 deletions

View File

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