commit - c4c1475b3dcf4b35cf90af450c992b4932039845
commit + 9f43a813b42a36001daa5e34354ddc0d9a93d975
blob - 88180d59ac83f5ca9064110fcee03c4855286bb1
blob + 6fefdf0259fc9cdd8754840a30b665c095cef152
--- CHANGELOG
+++ CHANGELOG
All changes are on top of the versioned changes listed in CHANGES.
+# got-portable 0.93 (2023-09-18)
+
+* Changes from got-0.93
+
+ No specific -portable changes worth mentioning.
+
# got-portable 0.92 (2023-08-29)
* Changes from got-0.92
blob - 4b58eef0c063bfcdd1b3b8af753f23f74db9cb62
blob + 6e48768f9356ff5570150ae35b1ab96192daa3a4
--- 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.93
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }