Commit Diff


commit - 9f43a813b42a36001daa5e34354ddc0d9a93d975
commit + 4749fd6f8d9ab2b0010efcd07e36c772ebe89da0
blob - 6e48768f9356ff5570150ae35b1ab96192daa3a4
blob + 03bc71b3cb0c7d9ea5fcada566fd94e958fcd4dd
--- 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.93
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.94
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }