Commit Diff


commit - 375bde467370a1b00b9d1a41a6700bbbf8e69cac
commit + 7c0429dc438232f6419f9b5d4573d80dbfe5331d
blob - 28cdbdce326c79940a2ec65a8a9b6f61374ee866
blob + 4b58eef0c063bfcdd1b3b8af753f23f74db9cb62
--- 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.92
+GOT_RELEASE=no
+GOT_PORTABLE_VER=0.93
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }