commit 77d846a921200a21660ec0e41f7547d9688366fc from: Thomas Adam date: Tue Jun 24 12:38:50 2025 UTC portable: set next version commit - 4429bcbe67c0f234de6abf709931d349bc46da36 commit + 77d846a921200a21660ec0e41f7547d9688366fc blob - a08c3e90eda24e43279d04dd4308b13a00b449bb blob + 80fc7e01cd4a08f88f26fe21e6a14b61edf9b2d6 --- 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.114 +GOT_RELEASE=no +GOT_PORTABLE_VER=0.115 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }