Commit Diff


commit - 521c0540c3266d9ceb78e6b90fc0e7a02abd1926
commit + 8f493484ff8197dccfed29dac5d18f6790cfad57
blob - ef566f18b2e11906cb5de98b5f4168152eee126c
blob + bda0af1975d11422063532a7477547f481fc28f0
--- 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.83
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.84
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }