]> git.puffer.fish Git - mirror/frr.git/commitdiff
configure: Update version of software frr-4.0-dev
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 6 Feb 2018 17:22:59 +0000 (12:22 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 6 Feb 2018 17:22:59 +0000 (12:22 -0500)
With the start of the 4.0 development branch, update
the configure.ac file to properly reflect this change.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
configure.ac

index a3b38559e55fa054d5fd14fc6aa20de3ffd32a7e..196830a032f6a2cd8c4c88d6639dcd891b1fdd33 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ(2.60)
 
-AC_INIT(frr, 3.1-dev, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 4.0, [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST(PACKAGE_URL)
 PACKAGE_FULLNAME="FRRouting"