]> git.proxmox.com Git - mirror_frr.git/commitdiff
configure: Update version of software frr-5.0-dev
authorMartin Winter <mwinter@opensourcerouting.org>
Wed, 2 May 2018 14:24:47 +0000 (07:24 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Wed, 2 May 2018 14:24:47 +0000 (07:24 -0700)
Start of 5.0 development branch.
Update of configure.ac to reflect verison change

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
configure.ac

index 1b94b6d452b788e520ee8bf45b3990867e00e08d..0be0a5b16dbd2260426cbdc564e7703cec25150c 100755 (executable)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ(2.60)
 
-AC_INIT(frr, 4.1-dev, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 5.0-dev, [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST(PACKAGE_URL)
 PACKAGE_FULLNAME="FRRouting"