commit 1d2b5e870e270a778f599e239e6bf8b091d97bb4 from: Thomas Adam date: Mon Aug 18 16:12:17 2025 UTC portable: set next version commit - 311c06b8a4a9e570c44bba8311f7b640dd82fafa commit + 1d2b5e870e270a778f599e239e6bf8b091d97bb4 blob - 64bd411ce0ff8145cedf62f45c50e4f6694a026f blob + b3407a80bd7d2dd86c17cb3f41c3645b196ccc3c --- 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.117 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.118 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }