commit - 19bdcbd82cb27bb45cee2e3d77b56be06ee4a874
commit + 75db2e32f3530762b4407afe130616f35994f0a1
blob - 4e69773a9105180166a661f4e992b278a501cfb9
blob + 3421387573eddd4ec6a9167c3c8f1d4301b6b2ba
--- 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.118
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.119
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }