Commit Diff


commit - 7589a830f7540d89143109e3696cc17828768175
commit + 277fd65e2e0aa43e43b56464bc53be08282ecca2
blob - 276d2e506db87a510fe36d1b25d964b5594aa950
blob + b2026c0b8a692523c5b9ed777f78aecdc78f0968
--- 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.94
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.95
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }