Commit Diff


commit - 2ccc0ca266e0019fc955fdfbd21d34f96d481103
commit + e81f6f1a0b51a5565d284b8930b6c93c25fa288e
blob - e3bf7e0c6208f880625daec9d8b582e5bb8daa0d
blob + bf5c34fd7d2b20f5e5b3fe6bdc5fdfb1923a36e8
--- 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.84
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.85
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }