summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2018-08-30 09:11:10 -0700
committerMartin Winter <mwinter@opensourcerouting.org>2018-08-30 09:11:10 -0700
commit17808c03d7aa2b00e807462d8da315f95d196950 (patch)
treefc0da1326d5dc949ecec0a9bec1735c7056c2624
parent66a9aa8b8860d8c79d8b395eb22ccddcdebf69e6 (diff)
configure: Update version to 6.1-devfrr-6.1-dev
We are now working on 6.1-dev for new work. Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index be1c2763a1..fda7e44f00 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.1-dev, [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST(PACKAGE_URL)
PACKAGE_FULLNAME="FRRouting"