From 9f43a813b42a36001daa5e34354ddc0d9a93d975 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Mon, 18 Sep 2023 21:43:22 +0100 Subject: [PATCH] portable: release 0.93 --- CHANGELOG | 6 ++++++ util/got-portable-ver.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 88180d59..6fefdf02 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.93 (2023-09-18) + +* Changes from got-0.93 + + No specific -portable changes worth mentioning. + # got-portable 0.92 (2023-08-29) * Changes from got-0.92 diff --git a/util/got-portable-ver.sh b/util/got-portable-ver.sh index 4b58eef0..6e48768f 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.93 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; } -- 2.11.4.GIT