commit - 20a7eac510ad75d6907371c4c121c5e870ade578
commit + c7b033592499270a8ebe2d95a0b69ae4884bca5f
blob - d83f913fa3d4f87de929f8a235929bbd01cfefc1
blob + bf5c34fd7d2b20f5e5b3fe6bdc5fdfb1923a36e8
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
# 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.84.1
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.85
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }