commit - e96e07c567e498429cf44c94d832c1a0023bcd21
commit + 2d26ff5622d14a24c43d1ac83931a7168de7bc0a
blob - eaa2e983f89a0d0d986d1a1380ae9e0a14a29d78
blob + 729d0144e123cf03087a211b2fd27aa32b981579
--- CHANGELOG
+++ CHANGELOG
other than OpenBSD.
All changes are on top of the versioned changes listed in CHANGES.
+
+# got-portable 0.113 (2025-06-05)
+
+* Changes from got-0.113
+
+ No -portable changes.
# got-portable 0.112 (2025-05-15)
blob - 7546d015e919942c8f4ce5d05f632d06cce465a8
blob + a166f83efe35eee1a020ba6480539533e222c4ba
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
# 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.113
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }