Commit Diff


commit - f9ab3659dc6116c56d71563a324134915967e0b5
commit + da68acd899cbe63431770cf91aa3dd0e8d9eef12
blob - 84fe026f35bce6bfc9b120698c622e5c515aaaea
blob + e22096b3b0f78fd2afdcdbd64ee4d61f4e4189b7
--- 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.115 (2025-06-27)
+
+* Changes from got-0.115
+
+  No -portable changes.
 
 # got-portable 0.114 (2025-06-23)
 
blob - 80fc7e01cd4a08f88f26fe21e6a14b61edf9b2d6
blob + 5443ea7b7d6b42bb15097cc908362592cbbc2ef6
--- 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.115
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }