mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user