From be7068512c7512fa67c64fbff3472ab140c277c8 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 9 Feb 2021 14:12:04 -0500 Subject: [PATCH] configure.ac: bump to version 3.2.10, version 243 Signed-off-by: Anthony G. Basile --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 508ec4b86..0c0f79557 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[3.2.9],[https://github.com/gentoo/eudev/issues]) +AC_INIT([eudev],[3.2.10],[https://github.com/gentoo/eudev/issues]) AC_SUBST(UDEV_VERSION, 243) AC_CONFIG_SRCDIR([src/udev/udevd.c])