Commit Diff


commit - 283db276ffc514bb20e166ce26a5b76e5cdc7389
commit + ab73e689b8b7d691de7f49ba69d1dc6cf10ad37e
blob - 2e31d0ee6b4e431fa4456b680de89689aa367eaf
blob + 74129c3a03acaa8bdd8f793b76b81daf0117f0ee
--- 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.86
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.87
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }