Commit Diff


commit - 71554849c0b76490325160c9ac4edc6ee0da1d17
commit + badcbcef9d9234e877ad5e95bc6c778625feb263
blob - 5c86a9e8b81b62332537dd0a4c36b37d520977e5
blob + 93e1bc64b8cfb801b3f4bbeab09090917f055ca6
--- CHANGELOG
+++ CHANGELOG
@@ -6,8 +6,12 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
-# got-portable-0.75.1 (2022-09-13)
+# got-portable 0.76 (2022-09-23)
 
+* Changes from got-0.76; no -portable specific changes worth mentioning.
+
+# got-portable 0.75.1 (2022-09-13)
+
 This is a bug-fix -portable release to address the following:
 
 * portable: macos: look for GNU Bison in more places, based on whether brew or
blob - b90757ff97bbef802328d6d3320397a7380fa125
blob + 37d7371433f3e4bdea0659245533cf8641a4bedc
--- 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.76
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }