From 78afca8e78c3d466dc2b3fa8d53cbcd8ee0f6489 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 6 Feb 2018 12:22:59 -0500 Subject: [PATCH] configure: Update version of software With the start of the 4.0 development branch, update the configure.ac file to properly reflect this change. Signed-off-by: Donald Sharp --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a3b38559e5..196830a032 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 3.1-dev, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 4.0, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST(PACKAGE_URL) PACKAGE_FULLNAME="FRRouting" -- 2.39.5