Commit Diff


commit - 8e92c55c71ddc358748f608f316cbc53b008f79f
commit + b6629001d5fccfba4bb546c0e400734d67ddd14f
blob - fcc744dc72eaf8e9775e4bf29697834fd05cb643
blob + e3e23636a8802b807ca269bdc17e99443cff34b8
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,12 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.89 (2023-06-08)
+
+* Changes from got-0.89.
+
+  No specific -portable changes worth mentioning.
+
 # got-portable 0.88 (2023-05-02)
 
 * Changes from got-0.88.
blob - 31a55e7990d3a68d24369c6e87b81faebe928d91
blob + 3d6ebf6e75c6c39f5ffcc2afe79378e840d9d430
--- 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.89
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }