summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2019-02-28 15:32:04 -0800
committerMartin Winter <mwinter@opensourcerouting.org>2019-02-28 15:32:04 -0800
commit10d4945441d2e1f4e02a21a2782c974e300e8d12 (patch)
tree20e760901df074fcf01391444babf3374cbf7a65 /configure.ac
parent62806752ac85fccb7bf98bc35d6c403b7991d3b3 (diff)
FRRouting Release 7.0frr-7.0
Major Changes since 6.0.x: - Added libyang dependency: New work for northbound interface based on libyang - Fabricd: New Daemon based on https://datatracker.ietf.org/doc/draft-white-openfabric/ - various bug fixes and other enhancements 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 e5db1c4d1c..97559ac1ed 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ([2.60])
-AC_INIT([frr], [6.1-dev], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [7.0], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"