From: Nick Bowler Date: Mon, 15 Feb 2021 06:28:45 +0000 (-0500) Subject: Release 1.1. X-Git-Tag: v1.1^0 X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/commitdiff_plain/0c9d7fe949b77df0c02dace419eea9e097caf69d Release 1.1. --- diff --git a/NEWS b/NEWS index b7da861..e26ed7d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Release 1a: +Release 1.1: * Include build system regeneration helper scripts. * Fix NLS-related build problems. diff --git a/configure.ac b/configure.ac index 524dac3..0d9f96d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,10 @@ dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2. dnl This is free software: you are free to do what the fuck you want to. dnl There is NO WARRANTY, to the extent permitted by law. -AC_INIT([slotifier], [1a], [nbowler@draconx.ca]) +AC_INIT([slotifier], [1.1], [nbowler@draconx.ca]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz]) AM_SILENT_RULES([yes]) AC_PROG_CC diff --git a/src/slotifier.c b/src/slotifier.c index 6ca3213..0165931 100644 --- a/src/slotifier.c +++ b/src/slotifier.c @@ -1,6 +1,6 @@ /* * Utility to convert overlapping Excellon drill hits into drill slots. - * Copyright © 2018 Nick Bowler + * Copyright © 2018, 2021 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ static void print_version(void) copysign = convsign; } - printf("Copyright %s 2018 Nick Bowler.\n", copysign); + printf("Copyright %s 2021 Nick Bowler.\n", copysign); puts("License GPLv3+: GNU GPL version 3 or any later version."); puts("This is free software: you are free to change and redistribute it."); puts("There is NO WARRANTY, to the extent permitted by law.");