Commit Diff


commit - 1873f8e9ab8f236494e7b497e3ff8bc5b8675adc
commit + 4429bcbe67c0f234de6abf709931d349bc46da36
blob - 729d0144e123cf03087a211b2fd27aa32b981579
blob + 84fe026f35bce6bfc9b120698c622e5c515aaaea
--- 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.114 (2025-06-23)
+
+* Changes from got-0.114
+
+  No -portable changes.
 
 # got-portable 0.113 (2025-06-05)
 
blob - 59b970dc1a34b2febe021c62f262ef4ed112444b
blob + a08c3e90eda24e43279d04dd4308b13a00b449bb
--- 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.114
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }