diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-05-31 11:02:10 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-01 14:33:43 -0400 |
commit | ec9a5d654720f3b1a720b0fbd6bf238c652faf0c (patch) | |
tree | a7bc572b78677e640ec8ad46abe0d0983758e472 | |
parent | 5c87a79fb0763ae858e0b92801049c327768fa77 (diff) |
configure.ac: bump 3.2 = upstream 220eudev/v3.2
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 19fcdd4ddc..ef5263e594 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[3.1.5],[https://github.com/gentoo/eudev/issues]) +AC_INIT([eudev],[3.2],[https://github.com/gentoo/eudev/issues]) AC_SUBST(UDEV_VERSION, 220) AC_CONFIG_SRCDIR([src/udev/udevd.c]) |