commit 717bfe1fc5d8b17816b1976027e99de75e670213 from: Thomas Adam date: Mon Jan 23 18:33:09 2023 UTC portable: set next version commit - 0c3124f53a5c7f280d51f7e0c02fafbdca778d83 commit + 717bfe1fc5d8b17816b1976027e99de75e670213 blob - 2cbac1e7d8083f36d6c3b644336ae66962a1e7ee blob + dbb4a7c1cc754374605ae1d1848d461776e347e7 --- util/got-portable-ver.sh +++ util/got-portable-ver.sh @@ -7,8 +7,8 @@ # If it's a developer build, it's left as-is. # # Intended to be called from configure.ac (via autogen.sh) -GOT_RELEASE=yes -GOT_PORTABLE_VER=0.82 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.83 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }