commit 2d26ff5622d14a24c43d1ac83931a7168de7bc0a from: Thomas Adam date: Thu Jun 05 18:07:56 2025 UTC portable: release 0.113 commit - e96e07c567e498429cf44c94d832c1a0023bcd21 commit + 2d26ff5622d14a24c43d1ac83931a7168de7bc0a blob - eaa2e983f89a0d0d986d1a1380ae9e0a14a29d78 blob + 729d0144e123cf03087a211b2fd27aa32b981579 --- CHANGELOG +++ CHANGELOG @@ -5,6 +5,12 @@ This file details portable-specific changes to make th 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 @@ -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.113 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }