commit - 82da5d1a74509dc248454d0966d0a000054f8ac9
commit + 279626383b685b46c73a4ee715eb0ee2b2a880b6
blob - 1daa3601b13e8226cc08a8fea900951a3bcd7a39
blob + b3407a80bd7d2dd86c17cb3f41c3645b196ccc3c
--- 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.1
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.118
[ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }