Update version and copyright message.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@467 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2005-05-14 14:56:00 +00:00
parent d1e25a6921
commit 33da1ebf09
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT(avrdude, 4.4.0cvs, avrdude-dev@nongnu.org)
AC_INIT(avrdude, 5.0-BETA, avrdude-dev@nongnu.org)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST

2
main.c
View File

@ -954,7 +954,7 @@ int main(int argc, char * argv [])
*/
fprintf(stderr,
"\n%s: Version %s\n"
"%sCopyright (c) 2000-2004 Brian Dean, http://www.bdmicro.com/\n\n",
"%sCopyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/\n\n",
progname, version, progbuf);
}