commit - 1a481ef4f1793d5d5733afe9349cdbfc0b5ea6ce
commit + 24a0df6c588b726372b9c58aa5700e72f82a59d6
blob - 1fc43d5a81eab56b66e23438157f3314bdf8b120
blob + b49cd4c9348567cc01e79d9cb925f6266ec07287
--- 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.107
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.108
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }