commit 18c29eb5916141db23490e113dbae7d92b02d67e from: Thomas Adam date: Thu Apr 25 18:18:27 2024 UTC portable: set next version commit - 04fff86b5520dc2ca99f00b4af1f95e8de9cbdee commit + 18c29eb5916141db23490e113dbae7d92b02d67e blob - b78daf96b44d2fc1737a97221a41d0fb37b0fbda 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.2 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.99 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }