From da44fd80f0adb6a8e62011599aa35a7367b16bc4 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 20 Sep 2019 14:32:02 -0400 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6c1b35b5f2..c45a819362 100755 --- a/configure.ac +++ b/configure.ac @@ -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"