commit e6ef48a9d4e506755058cf8aadafaf6820228e17 from: Thomas Adam date: Mon Oct 24 11:42:24 2022 UTC Release 0.77 commit - 3bb32ea88a530388905895980a2ad05e1691d618 commit + e6ef48a9d4e506755058cf8aadafaf6820228e17 blob - 93e1bc64b8cfb801b3f4bbeab09090917f055ca6 blob + eba156388b62a2243c9f6b0ef130b133d4d7d603 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,10 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.77 (2022-10-24) + +* Changes from got-0.77; ; no -portable specific changes worth mentioning. + # got-portable 0.76 (2022-09-23) * Changes from got-0.76; no -portable specific changes worth mentioning. blob - e785c310ecf7e189e6b559ccc9a5a1c14ed7f955 blob + 0f780a190395dc06d03cf3d704a023405a53bb04 --- 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.77 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }