Commit Diff


commit - 89b33c1eac4f87898d95aeb01475d55d1f624d1d
commit + 4c6fbd03916e12eadf18201ce7de380ee1bc3653
blob - 0c6456f8d747493e3735451b137bcd84be9f74c5
blob + 7815e36bf4d97a37b6e9f74fececb840e6ae660d
--- CHANGELOG
+++ CHANGELOG
@@ -5,6 +5,12 @@ This file details portable-specific changes to make th
 other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
+
+# got-portable 0.101 (2024-07-12)
+
+* Changes from got-0.101
+
+  No -portable changes worth mentioning.
 
 # got-portable 0.100 (2024-06-03)
 
blob - b7fef42de0886cf5e242520342269049d2143c7a
blob + e7349710d9fa16c9a431e723ecaaff6f0902b4d0
--- 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.101
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }