commit be61b9e2d305cc4cfbc7d0741dd86258b645f04e from: Thomas Adam date: Tue May 02 15:26:05 2023 UTC Release 0.88 commit - f1553d4fd658ca1516a0a238c20ca62e675a3b95 commit + be61b9e2d305cc4cfbc7d0741dd86258b645f04e blob - 18f3c7b3ee01f0d654284c8ab6195b671218ca5c blob + fcc744dc72eaf8e9775e4bf29697834fd05cb643 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,12 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.88 (2023-05-02) + +* Changes from got-0.88. + + No specific -portable changes worth mentioning. + # got-portable 0.87 (2023-04-22) * Changes from got-0.87. blob - 6d1b5cd9377a9e6a2031295893aa8bfc77a1fcbb blob + 5cccad217c424aeb7b22deddf9d9dfacfdd2a879 --- 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.88 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }