From: Martin Winter Date: Wed, 2 May 2018 14:24:47 +0000 (-0700) Subject: configure: Update version of software X-Git-Tag: frr-5.0-dev^0 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0f2f24c66f5207ebafd9ea66f53020daf9cec3bf;p=mirror_frr.git configure: Update version of software Start of 5.0 development branch. Update of configure.ac to reflect verison change Signed-off-by: Martin Winter --- diff --git a/configure.ac b/configure.ac index 1b94b6d45..0be0a5b16 100755 --- a/configure.ac +++ b/configure.ac @@ -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"