Commit Diff


commit - 46d73a3301a4948864f65f7d0c451513216753c7
commit + 6dbbfded937c923383970d564ff69f8c7eda2be4
blob - 8b11207fe61b6701838084866827866f23744d5a
blob + 64615d69d69166348b2dfa9cc3681691cb3f16cc
--- 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.78
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.79
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }