Commit Diff


commit - d545aa9290c56a5fe59937502b1dde75326d2f24
commit + aae998ac8116020e82f84f7c96cdaf4b7e28fe89
blob - dc5f3960e9e08d31c10622383ffc1130b48fc19e
blob + eaa2e983f89a0d0d986d1a1380ae9e0a14a29d78
--- 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.112 (2025-05-15)
+
+* Changes from got-0.112
+
+  No -portable changes.
 
 # got-portable 0.111 (2025-04-22)
 
blob - d6e449e6519342f35adf9d3e8c472742ff6b5d17
blob + fbb5e8a720d911cbeb870b916f800ba426b338c7
--- 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.112
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }