Commit Diff


commit - 4c6fbd03916e12eadf18201ce7de380ee1bc3653
commit + e4ca5425ee6ce25a96e4b27c8c1fa6e7b5e4b1e2
blob - e7349710d9fa16c9a431e723ecaaff6f0902b4d0
blob + 1aedda2ca8a051838f5bf6f7d00e776c8f49cacb
--- 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.101
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.102
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }