<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 28, 2017 at 3:57 PM, Jacob Floyd <span dir="ltr"><<a href="mailto:cognifloyd+ml.systemd.devel@gmail.com">cognifloyd+ml.systemd.devel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>2) =============<br></div><div><br></div><div>First property of Manager: <a href="https://www.freedesktop.org/wiki/Software/systemd/dbus/#properties">https://www.freedesktop.org/<wbr>wiki/Software/systemd/dbus/#<wbr>properties</a><br></div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><b>Version</b> encodes the version string of the running systemd instance. Note that the version string is purely informational, it should not be parsed, one may not assume the version to be formatted in any particular way. We take the liberty to change the versioning scheme at any time and it is not part of the API.</blockquote><div><br></div></div><div>And in the <font face="monospace, monospace">gdbus introspect</font> examples:</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace, monospace">    properties:<br>      readonly s Version = 'systemd 205';</font></blockquote><div><br></div><div>So, the Version has, as promised, changed format. I just tested in 219 (Centos 7) and 233 (Gentoo), and the dbus Version is only the version number: "219" or "233" respectively, unlike "systemd 205" in the example.</div></div><div>Is version still considered internal API? Do you still discourage using the Version string via dbus?</div></div></blockquote><div><br></div><div>It looks like the format of the Version property changed in v209 with <a href="https://github.com/systemd/systemd/commit/718db96199eb307751264e4163555662c9a389fa#diff-b3e16bf39e5d7ab233077b9b1dafb095">https://github.com/systemd/systemd/commit/718db96199eb307751264e4163555662c9a389fa#diff-b3e16bf39e5d7ab233077b9b1dafb095</a></div></div></div></div>