]> git.draconx.ca Git - slotifier.git/blobdiff - configure.ac
Fix radius/diameter confusion in overlap search.
[slotifier.git] / configure.ac
index cda4e692f22940b3a7d1f139cd8d9d854475e005..c622738e9ca3223856f78edc62d8c255d7180d70 100644 (file)
@@ -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], [1], [nbowler@draconx.ca])
-AC_CONFIG_HEADER([config.h])
+AC_INIT([slotifier], [1.1a], [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