From f590993607ab0af771f2b7dd8c3bfb5854e724c3 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Mon, 26 Jun 2023 16:47:48 +0100 Subject: [PATCH] portable: set next version --- util/got-portable-ver.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/got-portable-ver.sh b/util/got-portable-ver.sh index 285f8023..3ff3f7ed 100755 --- a/util/got-portable-ver.sh +++ b/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.90 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.91 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; } -- 2.11.4.GIT