Update version and copyright message.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@467 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
e7ee18fa4b
commit
3e222a978a
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue