Commit Diff


commit - 3a99077b873324bfbccce16bd985dc6b12aa4e93
commit + 2e5668be75f03af89a77f15de20436536b7fe09a
blob - 1e4ada76718494e70b7a2410e44a2e4b0ff8c433
blob + b315df9e52752ae99f3b9a6eb907dfce597ff75a
--- 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.104
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.105
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }