commit 8171e9d1b78aeeb30dbeb9e44404439ebe306471 from: Thomas Adam date: Thu Jan 19 17:50:09 2023 UTC portable: set next version commit - 9e39ef14fdffdd15177e9de2c7a0fb3897813452 commit + 8171e9d1b78aeeb30dbeb9e44404439ebe306471 blob - da1fa7b27faff70a892913b175cc7e942fcf6afc blob + 8edb62e4d31e8e6885f7eba38c2aa468176427b1 --- 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.81 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.82 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }