summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2019-11-12 09:51:58 +0100
committerFrancis Dupont <fdupont@isc.org>2019-11-12 09:51:58 +0100
commit3fba7b17232cbbe08b5475b9aa204771e0b6868e (patch)
tree6140f72c87a5985197d4f3ddf428a1f3a1889502
parent40c0aee0fcacda92a54285d9edf55722df371346 (diff)
downloadisc-dhcp-fix-autoconf-libtool.tar.gz
Revision was incorrectly set in configure.ac (vs configure.ac-base)fix-autoconf-libtool
-rw-r--r--configure.ac+lt2
-rw-r--r--configure.ac-base2
-rw-r--r--configure.ac-lt2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac+lt b/configure.ac+lt
index bfa672af..c11bc75d 100644
--- a/configure.ac+lt
+++ b/configure.ac+lt
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.4.1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.2-dev],[dhcp-users@isc.org])
# for libtool
AC_CONFIG_MACRO_DIR([m4])
diff --git a/configure.ac-base b/configure.ac-base
index 880894ce..f0fcc1bd 100644
--- a/configure.ac-base
+++ b/configure.ac-base
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.4.1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.2-dev],[dhcp-users@isc.org])
@BEGIN WITH LIBTOOL
# for libtool
diff --git a/configure.ac-lt b/configure.ac-lt
index a7974385..6ed9a948 100644
--- a/configure.ac-lt
+++ b/configure.ac-lt
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.4.1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.2-dev],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,