commit 8603059233b53566b8b79eb02f49d5501c7987b6 from: Thomas Adam date: Fri Jan 24 22:22:09 2025 UTC portable: set next version commit - fad17fea5c64ac142e0ce48fd9db3462becac38b commit + 8603059233b53566b8b79eb02f49d5501c7987b6 blob - 32dc8e317250ba424ebb364b66874705cbd4cced blob + 5d1d0171177274310b158138bcf5669829be3bf2 --- 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.108 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.109 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }