commit 0a87cb1863f9131026e9ca1cae7f22b537ecd79c from: Thomas Adam date: Sun Feb 16 13:47:41 2025 UTC portable: release 0.109 commit - 57f6f8ec4b1d8698d32f59ab274c97d1bf9321d7 commit + 0a87cb1863f9131026e9ca1cae7f22b537ecd79c blob - a0aad1c5d8166ec8a3f7e9ae9b955aefc08c8d1f blob + 1a62d0a32ae6144f93b57dff7edcb271e7dd2f4e --- 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.109 (2025-02-16) + +* Changes from got-0.109 + + No -portable changes with this release. # got-portable 0.108 (2025-01-24) blob - 5d1d0171177274310b158138bcf5669829be3bf2 blob + d78bf4536b2cfc1402727785b1235af27247f3e4 --- 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.109 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }