From 9e81f59ef9b72e1fcc7dcd197da652d216dc4c7a Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Tue, 13 Feb 2024 22:24:05 +0000 Subject: [PATCH] portable: release 0.96 --- CHANGELOG | 6 ++++++ util/got-portable-ver.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ee3eb59c..af866a26 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,12 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.96 (2024-02-13) + +* Changes from got-0.96 + + No -portable changes worth mentioning. + # got-portable 0.95 (2023-12-09) * Changes from got-0.95 diff --git a/util/got-portable-ver.sh b/util/got-portable-ver.sh index 861e2da2..b181f8c3 100755 --- a/util/got-portable-ver.sh +++ b/util/got-portable-ver.sh @@ -7,7 +7,7 @@ # If it's a developer build, it's left as-is. # # Intended to be called from configure.ac (via autogen.sh) -GOT_RELEASE=no +GOT_RELEASE=yes GOT_PORTABLE_VER=0.96 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; } -- 2.11.4.GIT