From: David Herrmann Date: Wed, 20 May 2015 09:52:09 +0000 (+0200) Subject: Bump version number to 230 X-Git-Tag: upstream/231~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d722339aae9065a379acc0c421e8bbab866d5a38;p=platform%2Fupstream%2Flibgudev.git 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 --- 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])