commit a10d0f32ae03cbe00187d8606c73da56219c7112 from: Thomas Adam date: Tue Apr 22 16:32:50 2025 UTC portable: set next version commit - d60e4a38ff4223882a1b4fff4a42af0301a12526 commit + a10d0f32ae03cbe00187d8606c73da56219c7112 blob - 08e1a91d0e5c15be258260b5cd0bdba2f82f20cd blob + d6e449e6519342f35adf9d3e8c472742ff6b5d17 --- 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.111 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.112 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }