commit ca8d26a78360c620638cfaba633f89730def188e from: Thomas Adam date: Sat Dec 09 13:11:44 2023 UTC portable: set next version commit - 5d86f6aeec2c371a17df59cb9a81d69614bd1220 commit + ca8d26a78360c620638cfaba633f89730def188e blob - 7e42867df047b424b1115789122bd26ee87a4f81 blob + 861e2da28288e2ac7b30e0feb2e13badd7eee2de --- 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.95 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.96 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }