commit - da69fe0ae676579b435b0b40011b518a878c6830
commit + 4f1dbb57646800ee4f7eff32dfb0c485b3b27945
blob - c03b1188c6d0ea3119c3864017d2f54fcb47c9db
blob + d26b48b9e56e0262648774fad86cee464fce6bb1
--- 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.105
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.106
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }