Hi, on a freshly clones pulseaudio.git, I see this: $ git log --pretty=one | head -1 5248a584a36d49b745c1891954e9aa5e689e89a2 build-sys: Mention dbus support in the summary $ git describe v0.9.19-492-g5248a58 But: $ grep LIBPULSE_VERSION_INFO configure.ac AC_SUBST(LIBPULSE_VERSION_INFO, [12:2:12]) The commit for that v0.9.21 (06327b1e67a) is not part of the master branch. Am I missing anything? Thanks, Daniel