commit ba229487d6a55dee6ba3c2cc596cf0e589491ce9 from: Thomas Adam date: Tue Nov 08 21:23:44 2022 UTC portable: release 0.79 commit - fe82ea67f91b10958ed2a59d90f2934be03fa9c7 commit + ba229487d6a55dee6ba3c2cc596cf0e589491ce9 blob - 5dd141f5c3660eb90d53d2190b3b3703d2651075 blob + 468bb3e741d814987df4edf58442880a7d886846 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,10 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.79 (2022-11-08) + +* Changes from got-0.79; ; no -portable specific changes worth mentioning. + # got-portable 0.78 (2022-11-03) * Changes from got-0.78; ; no -portable specific changes worth mentioning. blob - 64615d69d69166348b2dfa9cc3681691cb3f16cc blob + 22a2cd0462a977b196f8db844411eddc7b91e3b0 --- 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.79 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }