commit f590993607ab0af771f2b7dd8c3bfb5854e724c3 from: Thomas Adam date: Mon Jun 26 15:47:48 2023 UTC portable: set next version commit - 4faaaabc542477a45c90de97ad22a45835b9a20e commit + f590993607ab0af771f2b7dd8c3bfb5854e724c3 blob - 285f802307fcf8d69dffe2a4a1362b7d518e1533 blob + 3ff3f7ed5e8b19cb0252be57246b048662a9f427 --- 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.90 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.91 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }