commit 96c344dd87142dc2c0f4e45785eda6bfff9d6fe6 from: Thomas Adam date: Sat Jul 26 10:49:16 2025 UTC portable: release 0.116 commit - 581cb4e8921df8db93c54db312f76430f940f516 commit + 96c344dd87142dc2c0f4e45785eda6bfff9d6fe6 blob - e22096b3b0f78fd2afdcdbd64ee4d61f4e4189b7 blob + 243b3193fc9a8177dbd49575df718b5e0b9e20bc --- CHANGELOG +++ CHANGELOG @@ -5,6 +5,12 @@ This file details portable-specific changes to make th other than OpenBSD. All changes are on top of the versioned changes listed in CHANGES. + +# got-portable 0.116 (2025-07-27) + +* Changes from got-0.116 + + No -portable changes. # got-portable 0.115 (2025-06-27) blob - 1fe06460e28b37ad8d0a3a2b949677fe2e0e7fda blob + 4a441294633f0eb6bb9af0d2c2262f02eca01e44 --- 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.116 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }