From 4f1dbb57646800ee4f7eff32dfb0c485b3b27945 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Thu, 14 Nov 2024 16:33:10 +0000 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 c03b1188..d26b48b9 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.105 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.106 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; } -- 2.11.4.GIT