commit - 324c1739af1866da1f516c13e35395c9dcb50a7a
commit + d60e4a38ff4223882a1b4fff4a42af0301a12526
blob - 52d9e27ef45c2c29d58d6e8f18633ba5253a927b
blob + dc5f3960e9e08d31c10622383ffc1130b48fc19e
--- CHANGELOG
+++ CHANGELOG
other than OpenBSD.
All changes are on top of the versioned changes listed in CHANGES.
+
+# got-portable 0.111 (2025-04-22)
+
+* Changes from got-0.111
+
+ No -portable changes worth mentioning.
# got-portable 0.110 (2025-03-21)
blob - f053b2a989c9c58d71751d721f37eb827ef28ce9
blob + 08e1a91d0e5c15be258260b5cd0bdba2f82f20cd
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
# 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.111
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }