Commit Diff


commit - 0eb6f93719a55af947e909bdff2e2583b07f7b92
commit + 27f33c456e6bcb721f22e99ac828a3cb05da5e86
blob - 025a728dfd80e767b7b3834bd72fe1df5978cd77
blob + 7f781b624ea7d8c6a2b75ee7fd40a07d42f99345
--- 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.98
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.99
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }