File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ 2021-12-16 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
2+
3+ * configure.ac (AC_INIT): Bump version to 6.4
4+ * main.c: Remove unmaintained year numbers from Copyright
5+
162021-12-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
27
38 bug #57338: if safemode has to change fuses avrdude should exit with non-zero exit code
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Approximate change log for AVRDUDE by version.
55(For more detailed changes, see the ChangeLog file.)
66
77----------------------------------------------------------------------
8- Current :
8+ Version 6.4 :
99
1010 * Major changes compared to the previous version:
1111
Original file line number Diff line number Diff line change 2323# Process this file with autoconf to produce a configure script.
2424
2525AC_PREREQ ( 2.60 )
26- AC_INIT ( avrdude , 6.3-20211205 , avrdude-dev@nongnu.org )
26+ AC_INIT ( avrdude , 6.4 , avrdude-dev@nongnu.org )
2727
2828AC_CANONICAL_BUILD
2929AC_CANONICAL_HOST
Original file line number Diff line number Diff line change 11/*
22 * avrdude - A Downloader/Uploader for AVR device programmers
33 * Copyright (C) 2000-2005 Brian S. Dean <bsd@bsdhome.com>
4- * Copyright 2007-2014 Joerg Wunsch <j@uriah.heep.sax.de>
4+ * Copyright Joerg Wunsch <j@uriah.heep.sax.de>
55 *
66 * This program is free software; you can redistribute it and/or modify
77 * it under the terms of the GNU General Public License as published by
@@ -677,8 +677,8 @@ int main(int argc, char * argv [])
677677 * they are running
678678 */
679679 avrdude_message (MSG_NOTICE , "\n%s: Version %s\n"
680- "%sCopyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/\n"
681- "%sCopyright (c) 2007-2014 Joerg Wunsch\n\n" ,
680+ "%sCopyright (c) Brian Dean, http://www.bdmicro.com/\n"
681+ "%sCopyright (c) Joerg Wunsch\n\n" ,
682682 progname , version , progbuf , progbuf );
683683 avrdude_message (MSG_NOTICE , "%sSystem wide configuration file is \"%s\"\n" ,
684684 progbuf , sys_config );
You can’t perform that action at this time.
0 commit comments