Commit Diff


commit - 9e81f59ef9b72e1fcc7dcd197da652d216dc4c7a
commit + 9743baabb67ab4a15dc84abaf366f43dc19840b0
blob - b181f8c3cada31cf6ad89809373257a66114c17d
blob + d75a3dd21a56fb8d8a4bddc02f37069dde89e3aa
--- 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.96
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.97
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }