configure: Update versioning

We have pulled the 7.2 branch let's update the master branch
to say it's 7.3

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2019-09-20 14:32:02 -04:00
parent 60aecb43e8
commit da44fd80f0

View File

@ -7,7 +7,7 @@
##
AC_PREREQ([2.60])
AC_INIT([frr], [7.2-dev], [https://github.com/frrouting/frr/issues])
AC_INIT([frr], [7.3-dev], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"