commit - 851f7c92c73b922e7e43e38d287351ac3c2bb788
commit + 83604bb52f95d07de45d1d41dd5cb41cbf905a08
blob - f56e659fc3595731ba5746f8bae125682ae51239
blob + bf097e39391f919182bc713fb425bd4cbf51dfd1
--- CHANGELOG
+++ CHANGELOG
other than OpenBSD.
All changes are on top of the versioned changes listed in CHANGES.
+
+# got-portable 0.103 (2024-09-10)
+
+* Changes from got-0.103
+
+ No -portable changes worth mentioning.
# got-portable 0.102 (2024-08-15)
blob - 87bb03179ca5635e4f928639a99d720b6633753c
blob + caf06db2642ac0761569fa20d82f6182b70ba17e
--- 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.103
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }