term.c - when in interactive terminal mode and dumping memory using

the 'dump <memtype>' command without any address information,
         and the end of memory is reached, wrap back around to zero on
         the next invocation.

CHANGELOG - describe changes

main.c - update version number


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@157 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2002-11-23 00:52:15 +00:00
parent 981ee782b4
commit 39b1f7d02b
3 changed files with 31 additions and 6 deletions

2
main.c
View File

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