Commit Diff


commit - 4d34af8de43a41f27bf56194568da74be9284104
commit + 7f60c0f73a66051532c95daec29da16a9befe812
blob - 708c0e3fda90a9a727fd38194145e28a838efd7a
blob + b90757ff97bbef802328d6d3320397a7380fa125
--- 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.75.1
+GOT_PORTABLE_VER=0.76
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }