commit 521c0540c3266d9ceb78e6b90fc0e7a02abd1926 from: Thomas Adam date: Tue Jan 31 15:43:56 2023 UTC portable: release 0.83 commit - 0b36e980db09c545b0b35d08521d1fd6bb3f2218 commit + 521c0540c3266d9ceb78e6b90fc0e7a02abd1926 blob - 0334cb438908024bbc086764d955728b89c30da1 blob + 5b029ee802ddb8f67896a105f8c80eafc30d1bcb --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,10 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.83 (2023-01-31) + +* Changes from got-0.83; no -portable specific changes worth mentioning. + # got-portable 0.82 (2023-01-23) * Changes from got-0.82; no -portable specific changes worth mentioning. blob - dbb4a7c1cc754374605ae1d1848d461776e347e7 blob + ef566f18b2e11906cb5de98b5f4168152eee126c --- 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.83 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }