Bump version number to 230
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 20 May 2015 09:52:09 +0000 (11:52 +0200)
committerBastien Nocera <hadess@hadess.net>
Tue, 2 Jun 2015 10:44:05 +0000 (11:44 +0100)
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

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c725308386a8db7506018138a1f091b2a1b88c2f..390f4f5e88235b393067709ba348ae622a0e2819 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 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.
index 66d8f8b1436504fe0ef425eadc2060ab90e84577..2b5e96ef30a151342408ea4378a253661903c503 100644 (file)
@@ -1,6 +1,6 @@
 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])