commit c65025a4f3f9486bde01e4bd9b1dde3c5875c6e6 from: Thomas Adam date: Thu Nov 28 19:36:18 2024 UTC portable: set next version commit - 4f90b7fd9bcee4d7d3f5b55d7983962b356f2d4d commit + c65025a4f3f9486bde01e4bd9b1dde3c5875c6e6 blob - 12905389f5271b8709b86808b55cd6e1b2fc5cd5 blob + 5a1356d31b404bfe912d2933f267c67775fabf74 --- 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.106 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.107 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }