commit - 2d26ff5622d14a24c43d1ac83931a7168de7bc0a
commit + 818df7b50765ef5fa60fc39d18a90e70937c5248
blob - a166f83efe35eee1a020ba6480539533e222c4ba
blob + 59b970dc1a34b2febe021c62f262ef4ed112444b
--- 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.113
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.114
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }