commit 69af22426b49f6e67faa91eea328bbb491e9028b from: Thomas Adam date: Fri Mar 21 16:57:00 2025 UTC portable: set next version commit - bf3185803e62d0c683e70ae9e3924b80387814d2 commit + 69af22426b49f6e67faa91eea328bbb491e9028b blob - c4762a00e9552ba5adae4c7772a7ab53d604d25f blob + f053b2a989c9c58d71751d721f37eb827ef28ce9 --- 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.110 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.111 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }