commit 4dc5bcaa53f5ebd653780936e68fa37f198c8195 from: Thomas Adam date: Thu Jun 08 21:51:08 2023 UTC portable: set next version commit - b6629001d5fccfba4bb546c0e400734d67ddd14f commit + 4dc5bcaa53f5ebd653780936e68fa37f198c8195 blob - 3d6ebf6e75c6c39f5ffcc2afe79378e840d9d430 blob + 75a034e4171d58e496dcc2edd1caddbe9e1d635e --- 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.89 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.90 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }