Update version number.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@146 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
bsd 2002-10-13 04:19:39 +00:00
parent 232fc1e546
commit fbc9157eac
1 changed files with 1 additions and 1 deletions

2
main.c
View File

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