]> git.draconx.ca Git - slotifier.git/commitdiff
Release 1.1. v1.1
authorNick Bowler <nbowler@draconx.ca>
Mon, 15 Feb 2021 06:28:45 +0000 (01:28 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 15 Feb 2021 06:32:50 +0000 (01:32 -0500)
NEWS
configure.ac
src/slotifier.c

diff --git a/NEWS b/NEWS
index b7da861acdf7e9869cd2523407952405f8d44e70..e26ed7de7a2d8682f4527361683f38fc044e7a12 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Release 1a:
+Release 1.1:
        * Include build system regeneration helper scripts.
        * Fix NLS-related build problems.
 
index 524dac3bce3dffa0f7d31c53e379ca9ee3d751d4..0d9f96dbf44b1f77a57df6395d0030f77a35bfb7 100644 (file)
@@ -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
index 6ca3213ff14ed91937605e5f38f0f07d02cf6ac1..01659319cf16d9506a53c730703011c60734bafd 100644 (file)
@@ -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.");