commit 46d73a3301a4948864f65f7d0c451513216753c7 from: Thomas Adam date: Thu Nov 03 22:30:49 2022 UTC portable: release 0.78 commit - 76ab3c0ac4e48abb8703bf8960f72ba889a59bca commit + 46d73a3301a4948864f65f7d0c451513216753c7 blob - eba156388b62a2243c9f6b0ef130b133d4d7d603 blob + 5dd141f5c3660eb90d53d2190b3b3703d2651075 --- CHANGELOG +++ CHANGELOG @@ -6,6 +6,10 @@ other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. +# got-portable 0.78 (2022-11-03) + +* Changes from got-0.78; ; no -portable specific changes worth mentioning. + # got-portable 0.77 (2022-10-24) * Changes from got-0.77; ; no -portable specific changes worth mentioning. blob - 7116c907930da569f7ad247e46b93fa795cf3db2 blob + 8b11207fe61b6701838084866827866f23744d5a --- 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.78 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }