commit dd7562e6d1e86d5768526f2bd17089e5c8be4152 from: Thomas Adam date: Mon Oct 24 11:44:34 2022 UTC Set next version commit - e6ef48a9d4e506755058cf8aadafaf6820228e17 commit + dd7562e6d1e86d5768526f2bd17089e5c8be4152 blob - 0f780a190395dc06d03cf3d704a023405a53bb04 blob + 7116c907930da569f7ad247e46b93fa795cf3db2 --- 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.77 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.78 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }