commit - 6657da59dbf1b4bef91ee6ccba6106e6e98bc23a
commit + f65260821354bd87f50906082facec2d1c890d31
blob - 29ea8022b2cff103355005934c19dc7cf2e0ce81
blob + 833cad767eb31ef0bfc730d97cdbb32e7338eee3
--- CHANGELOG
+++ CHANGELOG
All changes are on top of the versioned changes listed in CHANGES.
+# got-portable 0.91 (2023-07-19)
+
+* Changes from got-0.91
+
+ No specific -portable changes worth mentioning.
+
# got-portable 0.90 (2023-06-26)
* Changes from got-0.90.
blob - 3ff3f7ed5e8b19cb0252be57246b048662a9f427
blob + 9a6c754492f09ae9adc07a84c29b578455afcd95
--- 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.91
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }