From b6629001d5fccfba4bb546c0e400734d67ddd14f Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Thu, 8 Jun 2023 22:43:08 +0100 Subject: [PATCH] portable: release 0.89 --- CHANGELOG | 6 ++++++ util/got-portable-ver.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fcc744dc..e3e23636 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.89 (2023-06-08) + +* Changes from got-0.89. + + No specific -portable changes worth mentioning. + # got-portable 0.88 (2023-05-02) * Changes from got-0.88. diff --git a/util/got-portable-ver.sh b/util/got-portable-ver.sh index 31a55e79..3d6ebf6e 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.89 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; } -- 2.11.4.GIT