commit b03ae5cc95f24a8dc8b748c87e77baa145d93d0f from: Thomas Adam date: Sat Sep 10 16:32:04 2022 UTC portable: set next version commit - 0c6d7ac7b4913ed865bd844e09159e9df083abda commit + b03ae5cc95f24a8dc8b748c87e77baa145d93d0f blob - b1ae62edd3e36cfd4f218cfdd821dae508ba34fb blob + 45fcc53418120ecfff449c0515e1fd83b6c7d3b5 --- 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.75 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.76 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }