Commit Diff


commit - c28071389a0928c868a982c6a89a7800455b8912
commit + ab0b42add3dde1ffda7a71bc6da7c87aabf70311
blob - af866a2684cfdd9eeae071e3ac00ccb0bf7b3804
blob + 32dc1b37e2f3c9c71aa943eec5924967379f5720
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,12 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.97 (2024-03-11)
+
+* Changes from got-0.97
+
+  No -portable changes worth mentioning.
+
 # got-portable 0.96 (2024-02-13)
 
 * Changes from got-0.96
blob - d75a3dd21a56fb8d8a4bddc02f37069dde89e3aa
blob + 939c73d948b753dbc95d023ce180154e64bb57a1
--- 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.97
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }