From 04fff86b5520dc2ca99f00b4af1f95e8de9cbdee Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Thu, 25 Apr 2024 19:12:51 +0100 Subject: [PATCH] portable: release 0.98.2 --- CHANGELOG | 6 ++++++ util/got-portable-ver.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 94ff9967..af4f111c 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.98.2 (2024-04-25) + +* Changes from 0.98.1 + + - Include missing got helper got-fetch-http + # got-portable 0.98.1 (2024-04-25) * Changes from got-portable-0.98 diff --git a/util/got-portable-ver.sh b/util/got-portable-ver.sh index 7f781b62..b78daf96 100755 --- a/util/got-portable-ver.sh +++ b/util/got-portable-ver.sh @@ -7,8 +7,8 @@ # 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_PORTABLE_VER=0.99 +GOT_RELEASE=yes +GOT_PORTABLE_VER=0.98.2 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; } -- 2.11.4.GIT