commit 9e81f59ef9b72e1fcc7dcd197da652d216dc4c7a from: Thomas Adam date: Tue Feb 13 22:24:05 2024 UTC portable: release 0.96 commit - 0617f4a52e52d3d55f13ca80981705acb84aab40 commit + 9e81f59ef9b72e1fcc7dcd197da652d216dc4c7a blob - ee3eb59cdbbda03387ced5e6ad3e6b38e2cd700c blob + af866a2684cfdd9eeae071e3ac00ccb0bf7b3804 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,12 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.96 (2024-02-13) + +* Changes from got-0.96 + + No -portable changes worth mentioning. + # got-portable 0.95 (2023-12-09) * Changes from got-0.95 blob - 861e2da28288e2ac7b30e0feb2e13badd7eee2de blob + b181f8c3cada31cf6ad89809373257a66114c17d --- 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.96 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }