commit 88f63b904d6768aa839ff6b4bc1b5dbef7025cdd from: Thomas Adam date: Sun May 05 21:07:56 2024 UTC portable: set next version commit - a8cb983f96ddbebf81276a6fb141b0d259968f19 commit + 88f63b904d6768aa839ff6b4bc1b5dbef7025cdd blob - d5ffc28c3569037f617bedadc7af98d6b141731f blob + 1fd92e876a2ea415044133e8f182eb1e4522e474 --- 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.99 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.100 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }