commit - da68acd899cbe63431770cf91aa3dd0e8d9eef12
commit + 0eceadf34c7a7f8afb1854948b37407b4324ab25
blob - 5443ea7b7d6b42bb15097cc908362592cbbc2ef6
blob + 1fe06460e28b37ad8d0a3a2b949677fe2e0e7fda
--- 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.115
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.116
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }