From 9e08d160bcb6d247c278344d34e2e11a74820b67 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 17 Sep 2019 23:05:02 +0200 Subject: [PATCH] Bump version number Signed-off-by: David Oberhollenzer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8529ada..1985197 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([init-scripts], [3], [goliath@infraroot.at], init-scripts) +AC_INIT([init-scripts], [4], [goliath@infraroot.at], init-scripts) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) AM_SILENT_RULES([yes])