From 26c4ab2f4373266d7e446360b0aaeca9529c5301 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 14 Jan 2020 08:21:57 -0500 Subject: [PATCH] *: Modify version number of build With the pull of the 7.3 stabilization branch, update the version number we will auto generate. Signed-off-by: Donald Sharp --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0694e3ed2c..0057d627bb 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.60]) -AC_INIT([frr], [7.3-dev], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [7.4-dev], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" -- 2.39.5