Commit Diff


commit - d437ae9086e90877d83a8b23c0eb9d3d8f10acf7
commit + 283db276ffc514bb20e166ce26a5b76e5cdc7389
blob - 0589222491319eee3ae2939c07437850c14d58bc
blob + 808be235d880a3328d1e175e50cfb247c2b5be4a
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,10 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.86 (2023-03-13)
+
+* Changes from got-0.86; no -portable specific changes worth mentioning.
+
 # got-portable 0.85 (2023-03-08)
 
 * Changes from got-0.85.
blob - bfb712d41fc721c265f56fbab4a62923edccc065
blob + 2e31d0ee6b4e431fa4456b680de89689aa367eaf
--- 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.86
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }