X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/41712dbd49b5919a7ffe58ce31d6fcbd6f41e4de..0c9d7fe949b77df0c02dace419eea9e097caf69d:/configure.ac diff --git a/configure.ac b/configure.ac index f5c7c70..0d9f96d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,13 @@ -dnl Copyright © 2018-2019 Nick Bowler +dnl Copyright © 2018-2019, 2021 Nick Bowler dnl 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], [0], [nbowler@draconx.ca]) -AC_CONFIG_HEADER([config.h]) +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