summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-05-20 11:52:09 +0200
committerBastien Nocera <hadess@hadess.net>2015-06-02 11:44:05 +0100
commitd722339aae9065a379acc0c421e8bbab866d5a38 (patch)
tree3a8faf116e3e134e3379073fde8dc9a29d048ca6 /configure.ac
parent3beb56dd2fde748116df97b000a20da2318da930 (diff)
downloadlibgudev-d722339aae9065a379acc0c421e8bbab866d5a38.tar.gz
Bump version number to 230230
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])