From 7cce794e2a64562805c1db50d560e4e0a52606b0 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 26 Apr 2021 22:53:56 -0400 Subject: [PATCH] Release 1.2. --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c9b7e47..67bb5af 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Release 1.1a: +Release 1.2: * Fix calculation error in overlap relation. * Various bug fixes and improvements. diff --git a/configure.ac b/configure.ac index 28ad954..d801614 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ 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.1a], [nbowler@draconx.ca]) +AC_INIT([slotifier], [1.2], [nbowler@draconx.ca]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz]) -- 2.43.0