commit e76fd26a19896783d2fc07416eaa26765ca65aa9 from: Thomas Adam date: Thu May 15 16:21:22 2025 UTC portable: set next version commit - aae998ac8116020e82f84f7c96cdaf4b7e28fe89 commit + e76fd26a19896783d2fc07416eaa26765ca65aa9 blob - fbb5e8a720d911cbeb870b916f800ba426b338c7 blob + 7546d015e919942c8f4ce5d05f632d06cce465a8 --- 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.112 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.113 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }