From 8db15593675bb51055efb50ef79e647ddd8726a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 13 Sep 2024 15:51:51 +0200 Subject: [PATCH] Release 1.20240913. --- HISTORY | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index cb16f45..15e71f0 100644 --- a/HISTORY +++ b/HISTORY @@ -1,2 +1,8 @@ +2024-09-13 1.20240913 + Switch to a stable sorting algorithm to ensure that nodes of + equal rank are sorted by name as documented. + + Add an option to group nodes of equal rank on the same line. + 2017-09-04 1.20170904 First stable release. diff --git a/configure.ac b/configure.ac index c6e0614..1979d60 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.71]) -AC_INIT([ptsort], [1.20170904], [des@des.no], +AC_INIT([ptsort], [1.20240913], [des@des.no], [ptsort], [https://www.github.com/dag-erling/ptsort]) AC_CONFIG_SRCDIR([bin/ptsort.c]) AC_CONFIG_MACRO_DIR([m4])