Commit Diff


commit - 7711ca81892255a48acf5e9fca55a1a1d398920d
commit + 10120e3cdd52ef9499536afebec2d2d4d963036a
blob - 9cc972418f390f825e7d3b7fcdd1748205f0e7b1
blob + 6d1b5cd9377a9e6a2031295893aa8bfc77a1fcbb
--- 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.87
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.88
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }