summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-05-08 15:53:59 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-05-08 15:54:35 +0200
commitd8a1cf2c9f2c1f3020f711cfc9331afdd8942d5d (patch)
tree82479d92d4dcbe4f4c9f40760056d32a48f9f2b0
parentMerge pull request #4286 from vishaldhingra/show_expanded (diff)
downloadfrr-d8a1cf2c9f2c1f3020f711cfc9331afdd8942d5d.tar.xz
frr-d8a1cf2c9f2c1f3020f711cfc9331afdd8942d5d.zip
configure: Update to newer versionfrr-7.2-dev
We've pulled the next stabilization branch Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe60ba2a7..86168a848 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ([2.60])
-AC_INIT([frr], [7.1-dev], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [7.2-dev], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"