commit 25de582cc89ccfd7a69b306115a70f0720f687b7 from: Thomas Adam date: Thu Aug 15 17:38:48 2024 UTC portable: set next version commit - cb6c7c3e617fa0f872e35f0d34f1bc86fb338f86 commit + 25de582cc89ccfd7a69b306115a70f0720f687b7 blob - 078164ca61cfab7b9647e4d311b2e8ad4ba2e621 blob + 87bb03179ca5635e4f928639a99d720b6633753c --- 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.102 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.103 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }