Skip to content

Commit

Permalink
Release 1.20240913.
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-erling committed Sep 13, 2024
1 parent 7c7c992 commit 8db1559
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 8db1559

Please sign in to comment.