Commit Diff


commit - 6ddb5901d160201fffde89a37085637a9789452b
commit + 3a99077b873324bfbccce16bd985dc6b12aa4e93
blob - bf097e39391f919182bc713fb425bd4cbf51dfd1
blob + 8e9aa313bfef7073210395ba19a5af8133333263
--- 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.104 (2024-10-22)
+
+* Changes from got-0.104
+
+  No -portable changes worth mentioning.
 
 # got-portable 0.103 (2024-09-10)
 
blob - 1310d6d1dd0d04e1bd6475713836d7a5f5f991cd
blob + 1e4ada76718494e70b7a2410e44a2e4b0ff8c433
--- 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.104
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }