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/avrdude@95 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2001-10-31 02:18:08 +00:00
parent 5f93c94fbf
commit b9e5d16c95
3 changed files with 31 additions and 5 deletions

2
main.c
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$";