Commit Diff


commit - 36ce9a3b89600065d961a96efa17f51c331043be
commit + cb6c7c3e617fa0f872e35f0d34f1bc86fb338f86
blob - 7815e36bf4d97a37b6e9f74fececb840e6ae660d
blob + f56e659fc3595731ba5746f8bae125682ae51239
--- 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.102 (2024-08-15)
+
+* Changes from got-1.02
+
+  No -portable changesw worth mentioning.
 
 # got-portable 0.101 (2024-07-12)
 
blob - 1aedda2ca8a051838f5bf6f7d00e776c8f49cacb
blob + 078164ca61cfab7b9647e4d311b2e8ad4ba2e621
--- 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.102
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }