summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2018-10-08 05:32:57 -0700
committerMartin Winter <mwinter@opensourcerouting.org>2018-10-08 05:32:57 -0700
commitc8c24278b1d1da271089a36303bb7708568ce231 (patch)
treeffec3c08320e9003a22c75cf17a25ba16385b6bb /configure.ac
parent32b738124e6f6d0e1e8dcf0d6db91bfd225f23f2 (diff)
FRRouting Release 6.0frr-6.0
Major Changes since 5.0: - Staticd: New daemon responsible for management of static routes - ISISd: Implement dst-src routing as per draft-ietf-isis-ipv6-dst-src-routing - BFDd: new daemon for BFD (Bidrectional Forwarding Detection). Responsiblei for notifying link changes to make routing protocols converge faster. - various bug fixes Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index be1c2763a1..c691dc1072 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ(2.60)
-AC_INIT(frr, 5.1-dev, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 6.0, [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST(PACKAGE_URL)
PACKAGE_FULLNAME="FRRouting"