commit 450707b946ce7234aca6126a3f98ac4b050018e2 from: Thomas Adam date: Tue Nov 08 21:25:11 2022 UTC portable: set next version commit - ba229487d6a55dee6ba3c2cc596cf0e589491ce9 commit + 450707b946ce7234aca6126a3f98ac4b050018e2 blob - 22a2cd0462a977b196f8db844411eddc7b91e3b0 blob + abbc062097be5bc041b3a66cf06f343f950edb4c --- 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.79 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.80 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }