diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-09-17 23:05:02 +0200 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-09-18 13:07:09 +0200 |
commit | 9e08d160bcb6d247c278344d34e2e11a74820b67 (patch) | |
tree | a8ef5d86bf7dd8047dd5d013c7d85a1eb8ae3f1d | |
parent | 418ca4bc726b106698d2c5e4045fcc6de089101e (diff) |
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |