commit: be7068512c7512fa67c64fbff3472ab140c277c8 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 19:12:04 2021 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 19:12:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/eudev.git/commit/?id=be706851
configure.ac: bump to version 3.2.10, version 243 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> 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])
