[libgudev] Bump version number to 230



commit d722339aae9065a379acc0c421e8bbab866d5a38
Author: David Herrmann <dh herrmann gmail com>
Date:   Wed May 20 11:52:09 2015 +0200

    Bump version number to 230
    
    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         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c725308..390f4f5 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 66d8f8b..2b5e96e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]