commit - 1e5b87a027a03fdf4e2c197e5e3ffe5ddd16fc11
commit + 86e2d5c48f6308d9e2383cb7d3d99add48c9323e
blob - 5ffeaacdfaf217ba54bfa1f549d7ff4e908fa933
blob + b7fef42de0886cf5e242520342269049d2143c7a
--- 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.100
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.101
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }