From e2d642878994f9be66f5d643ee5dd8fbc2760e85 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 15 Mar 2019 15:55:13 -0600 Subject: [PATCH] bump to v6 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 3b23e4d..c36367e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Clear Linux Project Wallpapers], 5, [marcos.simental.magana@intel.com], [clr-wallpapers], [https://clearlinux.org/]) +AC_INIT([Clear Linux Project Wallpapers], 6, [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)