summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-01-23 00:31:33 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-01-23 00:32:28 +0100
commit80d551ddd1a60af1646935325223537c3b6905aa (patch)
tree97b3eb4ae974635a9f23c295c52781271ef1a879 /configure.ac
parentMerge pull request #3559 from opensourcerouting/zapi-sanity-checks (diff)
downloadfrr-80d551ddd1a60af1646935325223537c3b6905aa.tar.xz
frr-80d551ddd1a60af1646935325223537c3b6905aa.zip
*: Convert to new version number
After much discussion we have decided to update the version of master to 7.1 dev. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 7f08e8e76..abc1e8d15 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.1-dev], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"