From 8939fed6a8a5e76d054ce105246360ca3d49b9cc Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Tue, 12 Mar 2019 16:55:54 -0600 Subject: [PATCH] configure.ac: new maintainer of package, bump to v5 Signed-off-by: Simental Magana, Marcos --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2064ebb..3b23e4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Clear Linux Project Wallpapers], 3, [michael.i.doherty@intel.com], [clr-wallpapers], [https://clearlinux.org/]) +AC_INIT([Clear Linux Project Wallpapers], 5, [marcos.simental.magana@intel.com], [clr-wallpapers], [https://clearlinux.org/]) AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects 1.9 tar-ustar]) AC_PREFIX_DEFAULT(/usr/local)