Commit Diff


commit - 9d288e675a8dd1834aa9adbe8bd68d73f7eb84a0
commit + 1e5b87a027a03fdf4e2c197e5e3ffe5ddd16fc11
blob - 6fce04ce52d6d525ca4fa428412448c8b6b9c119
blob + 0c6456f8d747493e3735451b137bcd84be9f74c5
--- 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.100 (2024-06-03)
+
+* Changes fro, got-0.100
+
+  No -portable changes worthj mentioning.
 
 # got-portable 0.99 (2024-05-05)
 
blob - 1fd92e876a2ea415044133e8f182eb1e4522e474
blob + 5ffeaacdfaf217ba54bfa1f549d7ff4e908fa933
--- 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.100
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }