So distributions asked for us to bump the version number early, so a
libgudev package will replace the gudev sub-package provided via systemd.
This is not strictly required, as we will keep patching systemd in
parallel to libgudev, and provide compatible releases. However, there's no
reason to not fulfil this demand. So bump libgudev to 230.
We intend to drop gudev from systemd-221, but lets be safe and bump the
version to 230 now.
https://bugzilla.gnome.org/show_bug.cgi?id=750233
libgudev - GObject bindings for libudev
+CHANGES WITH 230:
+
+ * Bump version number so the package will supercede any gudev
+ sub-packages provided via systemd. We intend to drop gudev from
+ systemd-221, but lets be safe and just bump it to 230 now.
+
CHANGES WITH 219:
* Initial release of libgudev as separate project.
AC_PREREQ([2.64])
AC_INIT([libgudev],
- [219],
+ [230],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libgudev],
[libgudev],
[http://wiki.gnome.org/Projects/libgudev])