Commit Diff


commit - e80e87cf3b6deac00efefe34232226160ca3df30
commit + c596f193220a0bcc95c736afde167a32d121b5f4
blob - 3421387573eddd4ec6a9167c3c8f1d4301b6b2ba
blob + 0bba1c7c49d700f5449316761b2df0c83f065222
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
@@ -8,7 +8,7 @@
 #
 # Intended to be called from configure.ac (via autogen.sh)
 GOT_RELEASE=no
-GOT_PORTABLE_VER=0.119
+GOT_PORTABLE_VER=0.118.1
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }