Commit Diff


commit - 83604bb52f95d07de45d1d41dd5cb41cbf905a08
commit + 82fb769c61e5d3d84df5fa95cd9998051044edb8
blob - caf06db2642ac0761569fa20d82f6182b70ba17e
blob + 1310d6d1dd0d04e1bd6475713836d7a5f5f991cd
--- 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.103
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.104
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }