Commit Diff


commit - 00d6d36174cabcf3b60c6145e27db99a94767d88
commit + e6d0edca5f166c6197280eab0b081277aa971aa1
blob - 162e4cc341c31634426b9ce960c9a8d8eeda1b12
blob + bfb712d41fc721c265f56fbab4a62923edccc065
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
@@ -7,8 +7,8 @@
 #		    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.85
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.86
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }