]> git.draconx.ca Git - slotifier.git/commitdiff
Release 1.2.
authorNick Bowler <nbowler@draconx.ca>
Tue, 27 Apr 2021 02:53:56 +0000 (22:53 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 27 Apr 2021 03:06:37 +0000 (23:06 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c9b7e47a838d98778b63b7705e1ab51645e3a49d..67bb5afc192c8c18701e083ba544969772c12f54 100644 (file)
--- 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.
 
index 28ad954f9f4ff0314d3b85ef1620f5dfe399e78f..d801614326a1318f0eb326ed8c8b3316972053a7 100644 (file)
@@ -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])