commit af6256df15e4f3959ece92fd75c012442161c45f from: Thomas Adam date: Thu Apr 25 17:31:08 2024 UTC portable: set next version commit - 903d5f7475944c0cebae4ae84565539ffe811d75 commit + af6256df15e4f3959ece92fd75c012442161c45f blob - d28808589957637c41be5bcb7be8d77b2b95c882 blob + 7f781b624ea7d8c6a2b75ee7fd40a07d42f99345 --- 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.98.1 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.99 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }