commit 8167070b4db90c31b86eea9dbd9be99eae7826c3 from: Thomas Adam date: Wed Jul 19 20:24:10 2023 UTC portable: set next version commit - f65260821354bd87f50906082facec2d1c890d31 commit + 8167070b4db90c31b86eea9dbd9be99eae7826c3 blob - 9a6c754492f09ae9adc07a84c29b578455afcd95 blob + 6f6574a4d359137c0b8e527c7325709ceb433d54 --- 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.91 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.92 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }