Commit Diff


commit - 3c075bf72751649efcf67cd74fdc8f6f17b25c1a
commit + 0c3124f53a5c7f280d51f7e0c02fafbdca778d83
blob - db6f42e0ef9ccedc533f13afcf9211ae7e428c9a
blob + 0334cb438908024bbc086764d955728b89c30da1
--- CHANGELOG
+++ CHANGELOG
@@ -6,6 +6,10 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.82 (2023-01-23)
+
+* Changes from got-0.82; no -portable specific changes worth mentioning.
+
 # got-portable 0.81 (2023-01-19)
 
 * Changes from got-0.80 and got-0.81.  Portable changes include:
blob - 8edb62e4d31e8e6885f7eba38c2aa468176427b1
blob + 2cbac1e7d8083f36d6c3b644336ae66962a1e7ee
--- 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.82
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }