Commit Diff


commit - be61b9e2d305cc4cfbc7d0741dd86258b645f04e
commit + c806df28bc81288e1e60327e195df70b54ccfe38
blob - 5cccad217c424aeb7b22deddf9d9dfacfdd2a879
blob + 31a55e7990d3a68d24369c6e87b81faebe928d91
--- 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.88
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.89
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }