commit fbe6c5905d61b8ca15b00cc5982dd40ef75bb564 from: Thomas Adam date: Fri Sep 23 15:06:14 2022 UTC portable: set next version commit - badcbcef9d9234e877ad5e95bc6c778625feb263 commit + fbe6c5905d61b8ca15b00cc5982dd40ef75bb564 blob - 37d7371433f3e4bdea0659245533cf8641a4bedc blob + e785c310ecf7e189e6b559ccc9a5a1c14ed7f955 --- 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.76 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.77 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }